From 901fce084dd750da2b028aca8579cc40c3f04a85 Mon Sep 17 00:00:00 2001 From: fen Date: Tue, 11 Oct 2022 17:05:36 +0800 Subject: [PATCH] fix: typo --- ui/src/i18n/locales/en.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ui/src/i18n/locales/en.json b/ui/src/i18n/locales/en.json index 96dde287..da5734a7 100644 --- a/ui/src/i18n/locales/en.json +++ b/ui/src/i18n/locales/en.json @@ -216,16 +216,16 @@ "label": "Display name", "msg": { "empty": "Display name cannot be empty.", - "range": "Display name up to 35 characters" + "range": "Display name up to 35 characters." } }, "slug_name": { "label": "URL slug", "description": "Must use the character set \"a-z\", \"0-9\", \"+ # - .\"", "msg": { - "empty": "Please enter a name for the tag.", - "range": "URL slug up to 35 characters", - "character": "must use the character set a-z 0-9 + # - ." + "empty": "URL slug cannot be empty.", + "range": "URL slug up to 35 characters.", + "character": "URL slug contains unallowed character set." } }, "description": { @@ -413,7 +413,7 @@ "title": "Captcha", "placeholder": "Type the text above", "msg": { - "empty": "Cannot be empty." + "empty": "Captcha cannot be empty." } }, "inactive": { @@ -434,7 +434,7 @@ "label": "Name", "msg": { "empty": "Name cannot be empty.", - "range": "Name up to 30 characters" + "range": "Name up to 30 characters." } }, "email": { @@ -757,7 +757,7 @@ "confirm_content": "Are you sure you want to delete this user? This is permanent!", "confirm_btn": "Delete", "msg": { - "empty": "Please select a reason" + "empty": "Please select a reason." } }, "status_modal": {