From acaee2e8922af49d1459c7e8e26035f608986432 Mon Sep 17 00:00:00 2001 From: Gucheng Wang Date: Sat, 6 Nov 2021 15:01:51 +0800 Subject: [PATCH] Fix "Phone prefix" text typo. --- web/src/OrganizationEditPage.js | 2 +- web/src/locales/de/data.json | 4 ++-- web/src/locales/en/data.json | 4 ++-- web/src/locales/fr/data.json | 4 ++-- web/src/locales/ja/data.json | 4 ++-- web/src/locales/ko/data.json | 4 ++-- web/src/locales/ru/data.json | 4 ++-- web/src/locales/zh/data.json | 4 ++-- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/web/src/OrganizationEditPage.js b/web/src/OrganizationEditPage.js index 2a2e8575..301e07ce 100644 --- a/web/src/OrganizationEditPage.js +++ b/web/src/OrganizationEditPage.js @@ -170,7 +170,7 @@ class OrganizationEditPage extends React.Component { - {Setting.getLabel(i18next.t("general:Phone Prefix"), i18next.t("general:Phone Prefix - Tooltip"))} : + {Setting.getLabel(i18next.t("general:Phone prefix"), i18next.t("general:Phone prefix - Tooltip"))} : { diff --git a/web/src/locales/de/data.json b/web/src/locales/de/data.json index 32b9e546..35eab481 100644 --- a/web/src/locales/de/data.json +++ b/web/src/locales/de/data.json @@ -58,8 +58,8 @@ "OAuth providers": "OAuth providers", "Applications that require authentication": "Applications that require authentication", "Swagger": "Swagger", - "Phone Prefix": "Phone Prefix", - "Phone Prefix - Tooltip": "Mobile phone number prefix, used to distinguish countries or regions", + "Phone prefix": "Phone prefix", + "Phone prefix - Tooltip": "Mobile phone number prefix, used to distinguish countries or regions", "Enter the code": "Enter the code", "Captcha": "Captcha", "Authorization code": "Authorization code", diff --git a/web/src/locales/en/data.json b/web/src/locales/en/data.json index a4170dab..045f1417 100644 --- a/web/src/locales/en/data.json +++ b/web/src/locales/en/data.json @@ -59,8 +59,8 @@ "OAuth providers": "OAuth providers", "Applications that require authentication": "Applications that require authentication", "Swagger": "Swagger", - "Phone Prefix": "Phone Prefix", - "Phone Prefix - Tooltip": "Mobile phone number prefix, used to distinguish countries or regions", + "Phone prefix": "Phone prefix", + "Phone prefix - Tooltip": "Mobile phone number prefix, used to distinguish countries or regions", "Enter the code": "Enter the code", "Captcha": "Captcha", "Authorization code":"Authorization code", diff --git a/web/src/locales/fr/data.json b/web/src/locales/fr/data.json index 32b9e546..35eab481 100644 --- a/web/src/locales/fr/data.json +++ b/web/src/locales/fr/data.json @@ -58,8 +58,8 @@ "OAuth providers": "OAuth providers", "Applications that require authentication": "Applications that require authentication", "Swagger": "Swagger", - "Phone Prefix": "Phone Prefix", - "Phone Prefix - Tooltip": "Mobile phone number prefix, used to distinguish countries or regions", + "Phone prefix": "Phone prefix", + "Phone prefix - Tooltip": "Mobile phone number prefix, used to distinguish countries or regions", "Enter the code": "Enter the code", "Captcha": "Captcha", "Authorization code": "Authorization code", diff --git a/web/src/locales/ja/data.json b/web/src/locales/ja/data.json index 32b9e546..35eab481 100644 --- a/web/src/locales/ja/data.json +++ b/web/src/locales/ja/data.json @@ -58,8 +58,8 @@ "OAuth providers": "OAuth providers", "Applications that require authentication": "Applications that require authentication", "Swagger": "Swagger", - "Phone Prefix": "Phone Prefix", - "Phone Prefix - Tooltip": "Mobile phone number prefix, used to distinguish countries or regions", + "Phone prefix": "Phone prefix", + "Phone prefix - Tooltip": "Mobile phone number prefix, used to distinguish countries or regions", "Enter the code": "Enter the code", "Captcha": "Captcha", "Authorization code": "Authorization code", diff --git a/web/src/locales/ko/data.json b/web/src/locales/ko/data.json index 32b9e546..35eab481 100644 --- a/web/src/locales/ko/data.json +++ b/web/src/locales/ko/data.json @@ -58,8 +58,8 @@ "OAuth providers": "OAuth providers", "Applications that require authentication": "Applications that require authentication", "Swagger": "Swagger", - "Phone Prefix": "Phone Prefix", - "Phone Prefix - Tooltip": "Mobile phone number prefix, used to distinguish countries or regions", + "Phone prefix": "Phone prefix", + "Phone prefix - Tooltip": "Mobile phone number prefix, used to distinguish countries or regions", "Enter the code": "Enter the code", "Captcha": "Captcha", "Authorization code": "Authorization code", diff --git a/web/src/locales/ru/data.json b/web/src/locales/ru/data.json index 32b9e546..35eab481 100644 --- a/web/src/locales/ru/data.json +++ b/web/src/locales/ru/data.json @@ -58,8 +58,8 @@ "OAuth providers": "OAuth providers", "Applications that require authentication": "Applications that require authentication", "Swagger": "Swagger", - "Phone Prefix": "Phone Prefix", - "Phone Prefix - Tooltip": "Mobile phone number prefix, used to distinguish countries or regions", + "Phone prefix": "Phone prefix", + "Phone prefix - Tooltip": "Mobile phone number prefix, used to distinguish countries or regions", "Enter the code": "Enter the code", "Captcha": "Captcha", "Authorization code": "Authorization code", diff --git a/web/src/locales/zh/data.json b/web/src/locales/zh/data.json index bff95c62..c675e43c 100644 --- a/web/src/locales/zh/data.json +++ b/web/src/locales/zh/data.json @@ -58,8 +58,8 @@ "OAuth providers": "OAuth提供方", "Applications that require authentication": "需要鉴权的应用", "Swagger": "API文档", - "Phone Prefix": "手机号前缀", - "Phone Prefix - Tooltip": "移动电话号码前缀,用于区分国家或地区", + "Phone prefix": "手机号前缀", + "Phone prefix - Tooltip": "移动电话号码前缀,用于区分国家或地区", "Enter the code": "输入验证码", "Captcha": "人机验证码", "Authorization code": "授权码",