Skip to content

Commit 9ce7754

Browse files
authored
Merge pull request #943 from stephanie-wertman/sw-welcome-text-typo
Improvements to Welcome screen
2 parents 1b4e39b + 9f2f279 commit 9ce7754

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: l10n/bundle.l10n.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@
371371

372372
"dashboard.welcomeScreen.title": "Manage your static site with Front Matter",
373373
"dashboard.welcomeScreen.thanks": "Thank you for using Front Matter!",
374-
"dashboard.welcomeScreen.description": "We try to aim to make Front Matter as easy to use as possible, but if you have any questions or suggestions. Please don't hesitate to reach out to us on GitHub.",
374+
"dashboard.welcomeScreen.description": "We aim to make Front Matter as easy to use as possible. If you have any questions or suggestions, please contact us on GitHub.",
375375
"dashboard.welcomeScreen.link.github.title": "GitHub",
376376
"dashboard.welcomeScreen.link.github.label": "GitHub",
377377
"dashboard.welcomeScreen.link.documentation.label": "Documentation",

Diff for: src/localization/localization.enum.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@ export enum LocalizationKey {
12361236
*/
12371237
dashboardWelcomeScreenThanks = 'dashboard.welcomeScreen.thanks',
12381238
/**
1239-
* We try to aim to make Front Matter as easy to use as possible, but if you have any questions or suggestions. Please don't hesitate to reach out to us on GitHub.
1239+
* We aim to make Front Matter as easy to use as possible. If you have any questions or suggestions, please contact us on GitHub.
12401240
*/
12411241
dashboardWelcomeScreenDescription = 'dashboard.welcomeScreen.description',
12421242
/**

0 commit comments

Comments
 (0)