Browse Source

fix: 修复英文语言包缺少"operateConfirm"的问题 (#1354)

Co-authored-by: 凹凸曼 <xx@xx>
pull/1365/head
凹凸曼 1 year ago committed by GitHub
parent
commit
fd5b34d644
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      frontend/src/lang/modules/en.ts

1
frontend/src/lang/modules/en.ts

@ -97,6 +97,7 @@ const message = {
updateSuccess: 'Update Success',
uploadSuccess: 'Update Success',
operate: 'Operate',
operateConfirm: 'If you are sure about the operation, please input it manually',
inputOrSelect: 'Please select or enter',
backupSuccess: 'Backup Success',
unSupportType: 'Current file type is not supported!',

Loading…
Cancel
Save