Skip to content

Commit

Permalink
message_edit_placeholder_short
Browse files Browse the repository at this point in the history
  • Loading branch information
nkonev committed Dec 7, 2024
1 parent 5f7e0ff commit e3b4ecc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/TipTapEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ export default {
if (this.chatStore.shouldShowSendMessageButtons) {
return this.$vuetify.locale.t('$vuetify.message_edit_placeholder')
} else {
return null
return this.$vuetify.locale.t('$vuetify.message_edit_placeholder_short')
}
},
}),
Expand Down
1 change: 1 addition & 0 deletions frontend/src/locale/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export default {
invalid_email: "Invalid email",
participants: "participants",
message_edit_placeholder: "Press Ctrl + Enter to send, Esc to clear. You also can drag and drop an image's file on this label. Also you can paste an image from the editor.",
message_edit_placeholder_short: "Write a message...",
message_editing: "Editing message",
message_creating: "New message",
message_broadcast: "Broadcast",
Expand Down
1 change: 1 addition & 0 deletions frontend/src/locale/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export default {
invalid_email: "Некорректный email",
participants: "участника(ов)",
message_edit_placeholder: "Нажмите Ctrl + Enter для отправки сообщения, Esc для очистки. Также можно перетащить файл картинки на эту надпись. Также можно вставить скопированное изображение из редактора.",
message_edit_placeholder_short: "Напишите сообщение...",
message_editing: "Редактирование сообщения",
message_creating: "Новое сообщение",
message_broadcast: "Показать всем",
Expand Down

0 comments on commit e3b4ecc

Please sign in to comment.