修复注册码权限无效bug
This commit is contained in:
@@ -67,9 +67,8 @@ const en = {
|
||||
loginDevice: 'Login device',
|
||||
loginSystem: 'Login system',
|
||||
browserLogin: 'Browser Login',
|
||||
noPerm: 'Unauthorized',
|
||||
noLimit: 'Unlimited',
|
||||
blocked: 'Blocked',
|
||||
unauthorized: 'Unauthorized',
|
||||
unlimited: 'Unlimited',
|
||||
sendCount: 'Send email : ',
|
||||
accountCount: 'Add account : ',
|
||||
action: 'Action',
|
||||
@@ -173,7 +172,7 @@ const en = {
|
||||
tgBotDesc: 'Forward received emails to a Telegram bot',
|
||||
tgBotToken: 'Bot token',
|
||||
toBotTokenDesc: 'Multiple user chat_ids, separated by commas',
|
||||
otherEmailDec: 'emails can be forwarded to other providers, but must be verified via cloudflare',
|
||||
otherEmailDec: 'emails can be forwarded to external email, but must be verified via cloudflare.',
|
||||
otherEmailInputDesc: 'Separate multiple email addresses with commas.',
|
||||
forwardingRulesDesc: 'Rule-based forwarding only forwards emails received by the specified address.',
|
||||
ruleEmailsInputDesc: 'Separate multiple email addresses with commas.',
|
||||
@@ -225,7 +224,7 @@ const en = {
|
||||
allRestore: 'Includes deleted data',
|
||||
restoreSuccessMsg: 'Restore successful',
|
||||
banRestore: 'Confirm banning {msg}?',
|
||||
signOut: 'Sign out',
|
||||
logOut: 'Sign out',
|
||||
clearContentConfirm: 'Are you sure to clear all content?',
|
||||
attLimitMsg: 'Attachment size limit: 28MB',
|
||||
emptyRecipientMsg: 'Recipient email cannot be empty',
|
||||
@@ -240,9 +239,9 @@ const en = {
|
||||
sendingErrorMsg: 'Sending in progress',
|
||||
networkErrorMsg: 'Network error. Check your internet',
|
||||
timeoutErrorMsg: 'Timeout. Try again later',
|
||||
serverBusyErrorMsg: 'Server busy. Please try again later.',
|
||||
reqFailErrorMsg: 'Request failed. Try again later.',
|
||||
mailDetails: 'Message',
|
||||
serverBusyErrorMsg: 'Server busy. Please try again later',
|
||||
reqFailErrorMsg: 'Request failed. Try again later',
|
||||
message: 'Message',
|
||||
language: 'Language',
|
||||
totalUserAccount: '{msg}',
|
||||
sendBanned: 'Banned',
|
||||
|
||||
Reference in New Issue
Block a user