fix: Display "+New" while files page loads instead of "+Add".

Signed-off-by: Ty Davis <noreply@mail.theTyster.dev>
pull/43854/head
Ty Davis 3 months ago
parent 656d3a4d82
commit f858a2c3f7

@ -49,7 +49,7 @@
<template #icon>
<PlusIcon :size="20" />
</template>
{{ t('files', 'Add') }}
{{ t('files', 'New') }}
</NcButton>
<!-- Uploader -->

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save