Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2022-06-22 14:16:55 +0300
committerJoas Schilling <coding@schilljs.com>2022-08-31 09:15:35 +0300
commit08c33e65c59b12a9e9cfa22306c668c3ce5b5668 (patch)
treec1328b38b0127c6af466a8222c3ad35862b696b7 /src/components
parent841e158f0ad3a893c7db8178a46662f8954977d2 (diff)
Improve wording of attachments menu
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'src/components')
-rw-r--r--src/components/NewMessageForm/NewMessageForm.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/NewMessageForm/NewMessageForm.vue b/src/components/NewMessageForm/NewMessageForm.vue
index 28937d529..90202bf2a 100644
--- a/src/components/NewMessageForm/NewMessageForm.vue
+++ b/src/components/NewMessageForm/NewMessageForm.vue
@@ -49,13 +49,13 @@
:close-after-click="true"
icon="icon-upload"
@click.prevent="clickImportInput">
- {{ t('spreed', 'Upload new files') }}
+ {{ t('spreed', 'Upload from device') }}
</NcActionButton>
<NcActionButton v-if="canShareFiles"
:close-after-click="true"
icon="icon-folder"
@click.prevent="handleFileShare">
- {{ t('spreed', 'Share from Files') }}
+ {{ t('spreed', 'Share from Nextcloud FIXME') }}
</NcActionButton>
<NcActionButton v-if="canCreatePoll"
:close-after-click="true"