From 43a6a22721a7d1cd133eb4a6c16ce8cdc19b8f70 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Tue, 15 Jul 2025 23:26:45 +0200 Subject: [PATCH] Fix typo #969 --- l10n/bundle.l10n.json | 2 +- src/localization/localization.enum.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/l10n/bundle.l10n.json b/l10n/bundle.l10n.json index bd58e0fd..ac5791ce 100644 --- a/l10n/bundle.l10n.json +++ b/l10n/bundle.l10n.json @@ -332,7 +332,7 @@ "dashboard.steps.stepsToGetStarted.tags.name": "Import all tags and categories (optional)", "dashboard.steps.stepsToGetStarted.tags.description": "Now that Front Matter knows all the content folders. Would you like to import all tags and categories from the available content?", "dashboard.steps.stepsToGetStarted.git.name": "Do you want to enable Git synchronization?", - "dashboard.steps.stepsToGetStarted.git.description": "Enable Git synchronization to eaily sync your changes with your repository.", + "dashboard.steps.stepsToGetStarted.git.description": "Enable Git synchronization to easily sync your changes with your repository.", "dashboard.steps.stepsToGetStarted.showDashboard.name": "Show the dashboard", "dashboard.steps.stepsToGetStarted.showDashboard.description": "Once all actions are completed, the dashboard can be loaded.", "dashboard.steps.stepsToGetStarted.template.name": "Use a configuration template", diff --git a/src/localization/localization.enum.ts b/src/localization/localization.enum.ts index 4845ee59..27926593 100644 --- a/src/localization/localization.enum.ts +++ b/src/localization/localization.enum.ts @@ -1108,7 +1108,7 @@ export enum LocalizationKey { */ dashboardStepsStepsToGetStartedGitName = 'dashboard.steps.stepsToGetStarted.git.name', /** - * Enable Git synchronization to eaily sync your changes with your repository. + * Enable Git synchronization to easily sync your changes with your repository. */ dashboardStepsStepsToGetStartedGitDescription = 'dashboard.steps.stepsToGetStarted.git.description', /**