From 10ce812660aea30687d92c2153edee0d26ec1851 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 4 Dec 2023 11:03:34 +0100 Subject: [PATCH 1/2] fix(front): make recipient field placeholder translatable Signed-off-by: Thomas Citharel --- src/components/Account/ActorAutoComplete.vue | 5 ++++- src/i18n/en_US.json | 4 +++- src/i18n/fr_FR.json | 4 +++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/components/Account/ActorAutoComplete.vue b/src/components/Account/ActorAutoComplete.vue index 47da387aa..6e561d5a0 100644 --- a/src/components/Account/ActorAutoComplete.vue +++ b/src/components/Account/ActorAutoComplete.vue @@ -7,7 +7,7 @@ :allow-new="false" :open-on-focus="false" field="displayName" - placeholder="Add a recipient" + :placeholder="t('Add a recipient')" @typing="getActors" >