feat(i18n): Sync es-ES and 'add emojis' tooltip localized. (#1014)
This commit is contained in:
parent
1e5b648a71
commit
190caf0437
3 changed files with 46 additions and 28 deletions
|
@ -44,7 +44,7 @@ const hideEmojiPicker = () => {
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<CommonTooltip content="Add emojis">
|
||||
<CommonTooltip :content="$t('tooltip.add_emojis')">
|
||||
<VDropdown
|
||||
auto-boundary-max-size
|
||||
@apply-show="openEmojiPicker()"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue