mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix: Display "+New" while files page loads instead of "+Add".
Signed-off-by: Ty Davis <noreply@mail.theTyster.dev>
This commit is contained in:
parent
656d3a4d82
commit
f858a2c3f7
3 changed files with 4 additions and 4 deletions
|
|
@ -49,7 +49,7 @@
|
|||
<template #icon>
|
||||
<PlusIcon :size="20" />
|
||||
</template>
|
||||
{{ t('files', 'Add') }}
|
||||
{{ t('files', 'New') }}
|
||||
</NcButton>
|
||||
|
||||
<!-- Uploader -->
|
||||
|
|
|
|||
4
dist/files-main.js
vendored
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue