feat(i18n): Sync es-ES and 'add emojis' tooltip localized. (#1014)

This commit is contained in:
Cesar Gomez 2023-01-13 11:22:36 -05:00 committed by GitHub
parent 1e5b648a71
commit 190caf0437
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 46 additions and 28 deletions

View file

@ -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()"