Skip to content

Commit ec4c6f9

Browse files
committed
fix: add missing translations
Signed-off-by: Hamza <hamzamahjoubi221@gmail.com>
1 parent f4ffb6f commit ec4c6f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/AppNavigation/GroupNavigationItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ export default {
179179
}
180180
} catch (e) {
181181
console.error(e)
182-
showError('Tried to drop an invalid contact!')
182+
showError(this.t('contacts', 'Tried to drop an invalid contact!'))
183183
} finally {
184184
event.target.closest('.group-drop-area').removeAttribute('drop-active')
185185
}

src/components/AppNavigation/Settings/SettingsAddressbookSharee.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<NcButton
3131
:class="{ 'addressbook-sharee__utils--disabled': loading }"
3232
href="#"
33-
title="Delete"
33+
:title="t('contacts', 'Delete')"
3434
@click="deleteSharee">
3535
<template #icon>
3636
<IconDelete :size="20" />

0 commit comments

Comments
 (0)