Skip to content

Commit 9513c92

Browse files
authored
Merge pull request #1754 from liamlaverty/community-and-support-welcome-dashboard-content
Adds different content for `Community` and `Support` blocks
2 parents b0b1ef7 + 72773c6 commit 9513c92

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2466,10 +2466,11 @@ export default {
24662466
},
24672467
settingsDashboard: {
24682468
communityHeader: 'Community',
2469+
communityDescription: 'Stil et spørgsmål i community forummet eller i vores Discord community',
24692470
trainingHeader: 'Træning',
24702471
trainingDescription: 'Se mulighederne for real-life træning og certificering',
24712472
supportHeader: 'Support',
2472-
supportDescription: 'Stil et spørgsmål i community forummet eller i vores Discord community',
2473+
supportDescription: 'Udvid dit team med en højt kvalificeret og passioneret flok Umbraco-vidende mennesker.',
24732474
videosHeader: 'Videoer',
24742475
videosDescription:
24752476
'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
@@ -2307,10 +2307,12 @@ export default {
23072307
documentationHeader: 'Documentation',
23082308
documentationDescription: 'Read more about working with the items in Settings in our Documentation.',
23092309
communityHeader: 'Community',
2310+
communitytDescription: 'Ask a question in the community forum or our Discord community.',
2311+
23102312
trainingHeader: 'Training',
23112313
trainingDescription: 'Find out about real-life training and certification opportunities',
23122314
supportHeader: 'Support',
2313-
supportDescription: 'Ask a question in the community forum or our Discord community.',
2315+
supportDescription: 'Extend your team with a highly skilled and passionate bunch of Umbraco know-it-alls.',
23142316
videosHeader: 'Videos',
23152317
videosDescription:
23162318
'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
@@ -2381,10 +2381,11 @@ export default {
23812381
documentationHeader: 'Documentation',
23822382
documentationDescription: 'Read more about working with the items in Settings in our Documentation.',
23832383
communityHeader: 'Community',
2384+
communityDescription: 'Ask a question in the community forum or our Discord community.',
23842385
trainingHeader: 'Training',
23852386
trainingDescription: 'Find out about real-life training and certification opportunities',
23862387
supportHeader: 'Support',
2387-
supportDescription: 'Ask a question in the community forum or our Discord community.',
2388+
supportDescription: 'Extend your team with a highly skilled and passionate bunch of Umbraco know-it-alls',
23882389
videosHeader: 'Videos',
23892390
videosDescription:
23902391
'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)