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', /**