mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #9862 from overleaf/sg-reword-the-text-in-the-file-upload-modal
[web] Reword the text in the file upload modal GitOrigin-RevId: a0525e5fa6621b839a3455b1647ac09d65f882a7
This commit is contained in:
parent
26d8c087ee
commit
01e97a33bc
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ export default function FileTreeUploadDoc() {
|
|||
// `%{browse}` is replaced with a link that opens the system file selection dialog.
|
||||
// TODO: 'drag_here' or 'drop_files_here_to_upload'?
|
||||
// dropHereOr: `${t('drag_here')} ${t('or')} %{browse}`,
|
||||
dropPasteFiles: `Drag here or %{browseFiles}`,
|
||||
dropPasteFiles: `Drag here, paste an image or file, or %{browseFiles}`,
|
||||
// Used as the label for the link that opens the system file selection dialog.
|
||||
// browseFiles: t('select_from_your_computer')
|
||||
browseFiles: 'select from your computer',
|
||||
|
|
Loading…
Reference in a new issue