From 76b0866bda9fc2a8ba177c3a855e5fb9e6645e05 Mon Sep 17 00:00:00 2001 From: Thamer Khatib <56445218+thamerkhatib@users.noreply.github.com> Date: Sun, 5 Jul 2020 00:04:38 -0300 Subject: [PATCH] Little text correction In select_one: "Please select atleast one wizard", changed to select_one: "Please select at least one wizard" --- config/locales/server.en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 4830b566..b027a2da 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -16,7 +16,7 @@ en: no_skip: "Wizard can't be skipped" export: error: - select_one: "Please select atleast one wizard" + select_one: "Please select at least one wizard" import: error: @@ -29,4 +29,4 @@ en: custom_wizard_enabled: "Enable custom wizards." wizard_redirect_exclude_paths: "Routes excluded from wizard redirects." wizard_recognised_image_upload_formats: "File types which will result in upload displaying an image preview" - wizard_apis_enabled: "Enable API features (experimental)." \ No newline at end of file + wizard_apis_enabled: "Enable API features (experimental)."