Skip to content

Commit

Permalink
fix: Display "+New" while files page loads instead of "+Add".
Browse files Browse the repository at this point in the history
Signed-off-by: Ty Davis <noreply@mail.theTyster.dev>

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
  • Loading branch information
theTyster authored and nextcloud-command committed Mar 15, 2024
1 parent fd54328 commit 87aaf1f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/files/src/views/FilesList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<template #icon>
<PlusIcon :size="20" />
</template>
{{ t('files', 'Add') }}
{{ t('files', 'New') }}
</NcButton>

<!-- Uploader -->
Expand Down
4 changes: 2 additions & 2 deletions dist/files-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files-main.js.map

Large diffs are not rendered by default.

0 comments on commit 87aaf1f

Please sign in to comment.