Skip to content

Commit

Permalink
wip: Provide a message activity #152
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Aug 20, 2024
1 parent bc96806 commit 36588f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/messages/Composer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<KAction
id="add-file"
icon="las la-plus-circle"
tooltip="Composer.ADD_FILE"
tooltip="Composer.ATTACH_FILE"
:handler="attachFile"
size="0.9rem"
/>
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/app_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"ALERT": "Alert"
},
"Composer": {
"FORMAT_MESSAGE": "Format message",
"CLOSE_EDITOR": "Close editor",
"ATTACH_FILE": "Attach file",
"WRITE_YOUR_MESSAGE": "Write your message...",
"SEND_MESSAGE": "Send message"
},
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/app_fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"ALERT": "Alerte"
},
"Composer": {
"FORMAT_MESSAGE": "Formater le message",
"CLOSE_EDITOR": "Fermer l'éditeur",
"ATTACH_FILE": "Attacher un fichier",
"WRITE_YOUR_MESSAGE": "Saisissez votre message...",
"SEND_MESSAGE": "Envoyer le message"
},
Expand Down

0 comments on commit 36588f9

Please sign in to comment.