diff options
Diffstat (limited to 'src/client/app/common/views/components/messaging-room.form.vue')
| -rw-r--r-- | src/client/app/common/views/components/messaging-room.form.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/app/common/views/components/messaging-room.form.vue b/src/client/app/common/views/components/messaging-room.form.vue index 704f2016d8..1c7b68a266 100644 --- a/src/client/app/common/views/components/messaging-room.form.vue +++ b/src/client/app/common/views/components/messaging-room.form.vue @@ -16,10 +16,10 @@ <button class="send" @click="send" :disabled="!canSend || sending" title="%i18n:common.send%"> <template v-if="!sending">%fa:paper-plane%</template><template v-if="sending">%fa:spinner .spin%</template> </button> - <button class="attach-from-local" @click="chooseFile" title="%i18n:common.tags.mk-messaging-form.attach-from-local%"> + <button class="attach-from-local" @click="chooseFile" title="%i18n:@attach-from-local%"> %fa:upload% </button> - <button class="attach-from-drive" @click="chooseFileFromDrive" title="%i18n:common.tags.mk-messaging-form.attach-from-drive%"> + <button class="attach-from-drive" @click="chooseFileFromDrive" title="%i18n:@attach-from-drive%"> %fa:R folder-open% </button> <input ref="file" type="file" @change="onChangeFile"/> |