Skip to content

Commit

Permalink
Improve locale string
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Dec 17, 2024
1 parent cb44633 commit ac5957b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/@uppy/locales/src/en_US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ en_US.strings = {
pluginNameUrl: 'Link',
pluginNameWebdav: 'WebDAV',
pluginNameZoom: 'Zoom',
pluginWebdavInputLabel: 'WebDAV, ownCloud, or Nextcloud URL',
pluginWebdavInputLabel:
'WebDAV URL for a file (e.g. from ownCloud or Nextcloud)',
poweredBy: 'Powered by %{uppy}',
processingXFiles: {
'0': 'Processing %{smart_count} file',
Expand Down
3 changes: 2 additions & 1 deletion packages/@uppy/webdav/src/locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export default {
strings: {
pluginNameWebdav: 'WebDAV',
authenticate: 'Connect',
pluginWebdavInputLabel: 'WebDAV, ownCloud, or Nextcloud URL',
pluginWebdavInputLabel:
'WebDAV URL for a file (e.g. from ownCloud or Nextcloud)',
},
}

0 comments on commit ac5957b

Please sign in to comment.