Adds different content for Community and Support items in the Settings->Welcome dashboard
https://github.com/umbraco/Umbraco-CMS/issues/16209
This commit is contained in:
@@ -201,6 +201,7 @@ Then we need your help! With Bellissima we added new localization keys, and we s
|
||||
- documentationHeader
|
||||
- documentationDescription
|
||||
- communityHeader
|
||||
- communityDescription
|
||||
- trainingHeader
|
||||
- trainingDescription
|
||||
- supportHeader
|
||||
|
||||
@@ -2464,10 +2464,10 @@ export default {
|
||||
},
|
||||
settingsDashboard: {
|
||||
communityHeader: 'Community',
|
||||
communityDescription: 'Stil et spørgsmål i community forummet eller i vores Discord community',
|
||||
trainingHeader: 'Træning',
|
||||
trainingDescription: 'Se mulighederne for real-life træning og certificering',
|
||||
supportHeader: 'Support',
|
||||
supportDescription: 'Stil et spørgsmål i community forummet eller i vores Discord community',
|
||||
videosHeader: 'Videoer',
|
||||
videosDescription:
|
||||
'Se vores gratis tutortial videoer på Umbraco Learning Base YouTube-kanel, for hurtigt at komme i gang med Umbraco.',
|
||||
|
||||
@@ -2305,10 +2305,12 @@ export default {
|
||||
documentationHeader: 'Documentation',
|
||||
documentationDescription: 'Read more about working with the items in Settings in our Documentation.',
|
||||
communityHeader: 'Community',
|
||||
communitytDescription: 'Ask a question in the community forum or our Discord community.',
|
||||
|
||||
trainingHeader: 'Training',
|
||||
trainingDescription: 'Find out about real-life training and certification opportunities',
|
||||
supportHeader: 'Support',
|
||||
supportDescription: 'Ask a question in the community forum or our Discord community.',
|
||||
supportDescription: 'Extend your team with a highly skilled and passionate bunch of Umbraco know-it-alls.',
|
||||
videosHeader: 'Videos',
|
||||
videosDescription:
|
||||
'Watch our free tutorial videos on the Umbraco Learning Base YouTube channel, to get up to speed quickly with Umbraco.',
|
||||
|
||||
@@ -2379,10 +2379,11 @@ export default {
|
||||
documentationHeader: 'Documentation',
|
||||
documentationDescription: 'Read more about working with the items in Settings in our Documentation.',
|
||||
communityHeader: 'Community',
|
||||
communityDescription: 'Ask a question in the community forum or our Discord community.',
|
||||
trainingHeader: 'Training',
|
||||
trainingDescription: 'Find out about real-life training and certification opportunities',
|
||||
supportHeader: 'Support',
|
||||
supportDescription: 'Ask a question in the community forum or our Discord community.',
|
||||
supportDescription: 'Extend your team with a highly skilled and passionate bunch of Umbraco know-it-alls',
|
||||
videosHeader: 'Videos',
|
||||
videosDescription:
|
||||
'Watch our free tutorial videos on the Umbraco Learning Base YouTube channel, to get up to speed quickly with Umbraco.',
|
||||
|
||||
@@ -25,7 +25,7 @@ export class UmbSettingsWelcomeDashboardElement extends UmbLitElement {
|
||||
<uui-box>
|
||||
<h1 class="uui-h3"><umb-localize key="settingsDashboard_communityHeader">Community</umb-localize></h1>
|
||||
<p>
|
||||
<umb-localize key="settingsDashboard_supportDescription">
|
||||
<umb-localize key="settingsDashboard_communityDescription">
|
||||
Ask a question in the community forum or our Discord community
|
||||
</umb-localize>
|
||||
</p>
|
||||
@@ -64,7 +64,7 @@ export class UmbSettingsWelcomeDashboardElement extends UmbLitElement {
|
||||
|
||||
<p>
|
||||
<umb-localize key="settingsDashboard_supportDescription">
|
||||
Ask a question in the community forum or our Discord community.
|
||||
Extend your team with a highly skilled and passionate bunch of Umbraco know-it-alls
|
||||
</umb-localize>
|
||||
</p>
|
||||
<uui-button
|
||||
|
||||
Reference in New Issue
Block a user