Explorar el Código

“File Uploader” instead of “Uppy Dashboard”

//cc @kvz
Artur Paikin hace 6 años
padre
commit
9a4559a11d
Se han modificado 2 ficheros con 4 adiciones y 4 borrados
  1. 2 2
      packages/@uppy/dashboard/src/index.js
  2. 2 2
      packages/@uppy/locales/src/en_US.js

+ 2 - 2
packages/@uppy/dashboard/src/index.js

@@ -57,8 +57,8 @@ module.exports = class Dashboard extends Plugin {
         importFrom: 'Import from %{name}',
         addingMoreFiles: 'Adding more files',
         addMoreFiles: 'Add more files',
-        dashboardWindowTitle: 'Uppy Dashboard Window (Press escape to close)',
-        dashboardTitle: 'Uppy Dashboard',
+        dashboardWindowTitle: 'File Uploader Window (Press escape to close)',
+        dashboardTitle: 'File Uploader',
         copyLinkToClipboardSuccess: 'Link copied to clipboard',
         copyLinkToClipboardFallback: 'Copy the URL below',
         copyLink: 'Copy link',

+ 2 - 2
packages/@uppy/locales/src/en_US.js

@@ -22,8 +22,8 @@ en_US.strings = {
   copyLinkToClipboardSuccess: 'Link copied to clipboard',
   creatingAssembly: 'Preparing upload...',
   creatingAssemblyFailed: 'Transloadit: Could not create Assembly',
-  dashboardTitle: 'Uppy Dashboard',
-  dashboardWindowTitle: 'Uppy Dashboard Window (Press escape to close)',
+  dashboardTitle: 'File Uploader',
+  dashboardWindowTitle: 'File Uploader Window (Press escape to close)',
   dataUploadedOfTotal: '%{complete} of %{total}',
   done: 'Done',
   dropHereOr: 'Drop files here or %{browse}',