From 0dab60194ec6654cfc0e16f59f4a225b688e3efd Mon Sep 17 00:00:00 2001 From: BPower0036 <80090789+BPower0036@users.noreply.github.com> Date: Mon, 8 Aug 2022 08:08:52 +0000 Subject: [PATCH] Update messages.json https://github.com/mozilla-l10n/multi-account-containers-l10n/commit/2b6f18d4351dda241ff53e1c038e2672938a9166 --- src/_locales/fr/messages.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/_locales/fr/messages.json b/src/_locales/fr/messages.json index 2e43daf..cf35106 100644 --- a/src/_locales/fr/messages.json +++ b/src/_locales/fr/messages.json @@ -387,5 +387,12 @@ "themeDark": { "message": "Sombre", "description": "Value for the theme option select tag" + }, + "filterInputLabel": { + "message": "Filtrer la liste des conteneurs par nom :", + "description": "Label for the filter input in the main panel. Only visible for screen reader." + }, + "filterInputPlaceholder": { + "message": "Rechercher un nom de conteneur" } }