Skip to content

Commit 0b553f9

Browse files
committed
Adds different content for Community and Support items in the Settings->Welcome dashboard
umbraco/Umbraco-CMS#16209
1 parent c019092 commit 0b553f9

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

.github/localization_overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ Then we need your help! With Bellissima we added new localization keys, and we s
201201
- documentationHeader
202202
- documentationDescription
203203
- communityHeader
204+
- communityDescription
204205
- trainingHeader
205206
- trainingDescription
206207
- supportHeader

src/assets/lang/da-dk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2464,10 +2464,10 @@ export default {
24642464
},
24652465
settingsDashboard: {
24662466
communityHeader: 'Community',
2467+
communityDescription: 'Stil et spørgsmål i community forummet eller i vores Discord community',
24672468
trainingHeader: 'Træning',
24682469
trainingDescription: 'Se mulighederne for real-life træning og certificering',
24692470
supportHeader: 'Support',
2470-
supportDescription: 'Stil et spørgsmål i community forummet eller i vores Discord community',
24712471
videosHeader: 'Videoer',
24722472
videosDescription:
24732473
'Se vores gratis tutortial videoer på Umbraco Learning Base YouTube-kanel, for hurtigt at komme i gang med Umbraco.',

src/assets/lang/en-us.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2305,10 +2305,12 @@ export default {
23052305
documentationHeader: 'Documentation',
23062306
documentationDescription: 'Read more about working with the items in Settings in our Documentation.',
23072307
communityHeader: 'Community',
2308+
communitytDescription: 'Ask a question in the community forum or our Discord community.',
2309+
23082310
trainingHeader: 'Training',
23092311
trainingDescription: 'Find out about real-life training and certification opportunities',
23102312
supportHeader: 'Support',
2311-
supportDescription: 'Ask a question in the community forum or our Discord community.',
2313+
supportDescription: 'Extend your team with a highly skilled and passionate bunch of Umbraco know-it-alls.',
23122314
videosHeader: 'Videos',
23132315
videosDescription:
23142316
'Watch our free tutorial videos on the Umbraco Learning Base YouTube channel, to get up to speed quickly with Umbraco.',

src/assets/lang/en.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2379,10 +2379,11 @@ export default {
23792379
documentationHeader: 'Documentation',
23802380
documentationDescription: 'Read more about working with the items in Settings in our Documentation.',
23812381
communityHeader: 'Community',
2382+
communityDescription: 'Ask a question in the community forum or our Discord community.',
23822383
trainingHeader: 'Training',
23832384
trainingDescription: 'Find out about real-life training and certification opportunities',
23842385
supportHeader: 'Support',
2385-
supportDescription: 'Ask a question in the community forum or our Discord community.',
2386+
supportDescription: 'Extend your team with a highly skilled and passionate bunch of Umbraco know-it-alls',
23862387
videosHeader: 'Videos',
23872388
videosDescription:
23882389
'Watch our free tutorial videos on the Umbraco Learning Base YouTube channel, to get up to speed quickly with Umbraco.',

src/packages/core/settings/welcome-dashboard/settings-welcome-dashboard.element.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class UmbSettingsWelcomeDashboardElement extends UmbLitElement {
2525
<uui-box>
2626
<h1 class="uui-h3"><umb-localize key="settingsDashboard_communityHeader">Community</umb-localize></h1>
2727
<p>
28-
<umb-localize key="settingsDashboard_supportDescription">
28+
<umb-localize key="settingsDashboard_communityDescription">
2929
Ask a question in the community forum or our Discord community
3030
</umb-localize>
3131
</p>
@@ -64,7 +64,7 @@ export class UmbSettingsWelcomeDashboardElement extends UmbLitElement {
6464
6565
<p>
6666
<umb-localize key="settingsDashboard_supportDescription">
67-
Ask a question in the community forum or our Discord community.
67+
Extend your team with a highly skilled and passionate bunch of Umbraco know-it-alls
6868
</umb-localize>
6969
</p>
7070
<uui-button

0 commit comments

Comments
 (0)