From 5e03d5aaec21555c04ed395840c61f9ed2fc4c15 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Thu, 26 Nov 2020 23:45:49 +0800 Subject: [PATCH] modify text --- src/locales/en.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/locales/en.js b/src/locales/en.js index 28af4a13..34546d01 100644 --- a/src/locales/en.js +++ b/src/locales/en.js @@ -185,7 +185,7 @@ export default { 'operation failed': 'Operation failed', 'nothing will be updated': 'Nothing will be updated', 'failed to request third party api': 'Failed to request third party api', - 'user id is invalid': 'User id is invalid', + 'user id is invalid': 'User ID is invalid', 'username is empty': 'Username is empty', 'email is empty': 'Email is empty', 'password is empty': 'Password is empty', @@ -203,8 +203,8 @@ export default { 'current token requires two factor authorization': 'Current token requires two factor authorization', 'current token does not require two factor authorization': 'Current token does not require two factor authorization', 'token is invalid': 'Token is invalid', - 'token id is invalid': 'Token id is invalid', - 'user token id is invalid': 'User token id is invalid', + 'token id is invalid': 'Token ID is invalid', + 'user token id is invalid': 'User token ID is invalid', 'token is not found': 'Token is not found', 'token is expired': 'Token is expired', 'passcode is invalid': 'Passcode is invalid', @@ -212,7 +212,7 @@ export default { 'two factor is not enabled': 'Two factor is not enabled', 'two factor has already been enabled': 'Two factor has already been enabled', 'two factor backup code does not exist': 'Two factor backup code does not exist', - 'account id is invalid': 'Account id is invalid', + 'account id is invalid': 'Account ID is invalid', 'account not found': 'Account is not found', 'account type is invalid': 'Account type is invalid', 'account must have at least one sub account': 'Account must have at least one sub account',