From 05681493352ba0b616095ca07171eab1ab25c6a0 Mon Sep 17 00:00:00 2001 From: Stephanie Wertman Date: Tue, 15 Apr 2025 12:04:02 -0700 Subject: [PATCH 1/2] Rephrase welcome message in bundle.l10n.json Rephrase welcome message to join sentence fragments and improve tone. --- l10n/bundle.l10n.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l10n/bundle.l10n.json b/l10n/bundle.l10n.json index 2996492c..bd58e0fd 100644 --- a/l10n/bundle.l10n.json +++ b/l10n/bundle.l10n.json @@ -371,7 +371,7 @@ "dashboard.welcomeScreen.title": "Manage your static site with Front Matter", "dashboard.welcomeScreen.thanks": "Thank you for using Front Matter!", - "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.", + "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.", "dashboard.welcomeScreen.link.github.title": "GitHub", "dashboard.welcomeScreen.link.github.label": "GitHub", "dashboard.welcomeScreen.link.documentation.label": "Documentation", From 9f2f279c20b6d9fa658cb0f6130fdfc3a7371e45 Mon Sep 17 00:00:00 2001 From: Stephanie Wertman Date: Tue, 15 Apr 2025 12:06:16 -0700 Subject: [PATCH 2/2] Rephrase welcome message in localization.enum.ts Rephrase welcome message to join sentence fragments and improve tone. --- src/localization/localization.enum.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/localization/localization.enum.ts b/src/localization/localization.enum.ts index a308124f..4845ee59 100644 --- a/src/localization/localization.enum.ts +++ b/src/localization/localization.enum.ts @@ -1236,7 +1236,7 @@ export enum LocalizationKey { */ dashboardWelcomeScreenThanks = 'dashboard.welcomeScreen.thanks', /** - * 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. + * We aim to make Front Matter as easy to use as possible. If you have any questions or suggestions, please contact us on GitHub. */ dashboardWelcomeScreenDescription = 'dashboard.welcomeScreen.description', /**