Skip to content

Commit 8c52ef7

Browse files
committed
Merge branch 'main' into beta
2 parents dde0231 + 9ce7754 commit 8c52ef7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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",

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)