From 1bfead2cd3bb961628f7d9586129717535558b53 Mon Sep 17 00:00:00 2001 From: Mark Hulbert <39801222+m-hulbert@users.noreply.github.com> Date: Mon, 27 Jan 2020 12:12:55 +0000 Subject: [PATCH] [ADF-5048] Review UI strings (#5406) --- demo-shell/resources/i18n/en.json | 6 +++--- lib/core/i18n/en.json | 2 +- lib/process-services-cloud/src/lib/i18n/en.json | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/demo-shell/resources/i18n/en.json b/demo-shell/resources/i18n/en.json index e26bd15f52..9c2ba8c9ce 100644 --- a/demo-shell/resources/i18n/en.json +++ b/demo-shell/resources/i18n/en.json @@ -309,11 +309,11 @@ "APP_FILTER_MODE": "Filter by application name", "ROLE_FILTER_MODE": "Filter by role", "PRESELECT_VALIDATION": "Preselect validation", - "ALL_PRESELECTED_USERS": "All Pre-selected Users", - "ALL_PRESELECTED_GROUPS": "All Pre-selected Groups", + "ALL_PRESELECTED_USERS": "All Preselected Users", + "ALL_PRESELECTED_GROUPS": "All Preselected Groups", "INVALID_USERS": "Invalid Users", "INVALID_GROUPS": "Invalid Groups", - "READONLY_MODE": "Readonly Mode" + "READONLY_MODE": "Read-only Mode" }, "SETTINGS_CLOUD": { "MULTISELECTION": "Multiselection", diff --git a/lib/core/i18n/en.json b/lib/core/i18n/en.json index b95551b91f..7b6b4f6356 100644 --- a/lib/core/i18n/en.json +++ b/lib/core/i18n/en.json @@ -201,7 +201,7 @@ "TOGGLE": "Toggle value" }, "ACCESSIBILITY": { - "DATEPICKER": "Use the arrow keys to navigate between dates. Up and down moves to the same day of the week in the previous or next week respectively. Left and right move to the previous and next day respectively. Press Enter or Return to select a date." + "DATEPICKER": "Use the arrow keys to navigate between dates. Up and down move to the next or previous week but on the same day. Left and right move to the next or previous day. Press Enter or Return to select a date." } }, "SEARCH": { diff --git a/lib/process-services-cloud/src/lib/i18n/en.json b/lib/process-services-cloud/src/lib/i18n/en.json index c1e399370d..9067f323ca 100644 --- a/lib/process-services-cloud/src/lib/i18n/en.json +++ b/lib/process-services-cloud/src/lib/i18n/en.json @@ -184,15 +184,15 @@ "ADF_CLOUD_USERS": { "ERROR": { - "NOT_FOUND": "No user found with the name {{userName}}" + "NOT_FOUND": "No user found with the username {{userName}}" } }, "ADF_CLOUD_PEOPLE_GROUPS": { "ERROR": { - "INVALID_PATTERN": "Not mathcing pattern {{pattern}}", - "INVALID_MIN_LENGTH": "Minimum length {{requiredLength}}", - "INVALID_MAX_LENGTH": "Maximum length {{requiredLength}}", - "REQUIRED": "Field is required" + "INVALID_PATTERN": "Must match the pattern {{pattern}}", + "INVALID_MIN_LENGTH": "Must be at least {{requiredLength}} characters", + "INVALID_MAX_LENGTH": "Length exceeded, {{requiredLength}} characters max", + "REQUIRED": "Field required" } }, "ADF_CLOUD_TASK_HEADER": {