#5368 fix-5270

Merged
aiforge_admin merged 3 commits from fix-5270 into V20240402 1 month ago
  1. +1
    -1
      options/locale/locale_en-US.ini
  2. +1
    -1
      web_src/vuepages/langs/config/en-US.js

+ 1
- 1
options/locale/locale_en-US.ini View File

@@ -1496,7 +1496,7 @@ copy_link = Copy
copy_link_success = Link has been copied
copy_link_error = Use ⌘C or Ctrl-C to copy
copy = Copy
copied = Copied OK
copied = Copied successfully
copied_error = Copied error
unwatch = Unwatch
watch = Watch


+ 1
- 1
web_src/vuepages/langs/config/en-US.js View File

@@ -24,7 +24,7 @@ const en = {
selectAll: 'Select All',
selectNone: 'Select None',
copy: 'Copy',
copySuccess: 'Copied Ok',
copySuccess: 'Copied successfully',
copyLink: 'Copy Link',
copyedLink: 'Link has been copied',
downloadAddress: 'Download address',


Loading…
Cancel
Save