From 3f7989894f9b2765277b773209d80ce0d60f1079 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw <67260074+fit2cloud-chenyw@users.noreply.github.com> Date: Tue, 20 Sep 2022 17:00:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=99=BB=E5=BD=95):=20=E5=9B=BD=E9=99=85?= =?UTF-8?q?=E5=8C=96=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/i18n/messages_en_US.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/src/main/resources/i18n/messages_en_US.properties b/backend/src/main/resources/i18n/messages_en_US.properties index 5c4e6716f2..a096a7ff41 100644 --- a/backend/src/main/resources/i18n/messages_en_US.properties +++ b/backend/src/main/resources/i18n/messages_en_US.properties @@ -73,10 +73,10 @@ i18n_datasource_not_allow_delete_msg= datasets are using this data source and ca i18n_task_name_repeat=Name is used in same data set i18n_id_or_pwd_error=Invalid ID or password i18n_user_do_not_exist=User do not exist -i18n_user_is_disable=User is disable +i18n_user_is_disable=User is disabled i18n_login_type_error=Login type error i18n_account_is_locked=Account is locked -i18n_datasource_delete=Data source is delete +i18n_datasource_delete=Data source is deleted i18n_dataset_delete=Data set is deleted i18n_dataset_no_permission=Data set no permission i18n_chart_delete=Chart is delete @@ -221,7 +221,7 @@ I18N_STATUS=Status I18N_DATA=Data I18N_SYNC_LOG=Sync log -I18N_USER_DONOT_EXIST=User do not exist +I18N_USER_DONOT_EXIST=User does not exist I18N_USER_SOURCE_PWD_ERROR=Source password error I18N_USER_PWD_FORMAT_ERROR=Password format error