From d2c71fec4206c2cfe73bc97d6693b5ad0caf428b Mon Sep 17 00:00:00 2001
From: =?utf8?q?Rapha=C3=ABl=20Gertz?= <git@rapsys.eu>
Date: Sat, 28 Aug 2021 13:12:39 +0200
Subject: [PATCH] Remove unused translation

---
 Resources/translations/messages.en_gb.yaml | 1 -
 Resources/translations/messages.fr_fr.yaml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/Resources/translations/messages.en_gb.yaml b/Resources/translations/messages.en_gb.yaml
index 65f757b..defbcd9 100644
--- a/Resources/translations/messages.en_gb.yaml
+++ b/Resources/translations/messages.en_gb.yaml
@@ -11,7 +11,6 @@
 'Account %mail% already exists': 'Account %mail% already exists'
 'Account %mail% created but unable to contact': 'Account %mail% created but unable to contact'
 'Account %mail% do not exists': 'Account %mail% do not exists'
-'Account %mail% or with slug %slug% already exists': 'Account %mail% or with slug %slug% already exists'
 'Account %mail% password updated': 'Account %mail% password updated'
 'Account %mail% updated but unable to contact': 'Account %mail% updated but unable to contact'
 'Account %mail% updated': 'Account %mail% updated'
diff --git a/Resources/translations/messages.fr_fr.yaml b/Resources/translations/messages.fr_fr.yaml
index 4c08268..5d13d42 100644
--- a/Resources/translations/messages.fr_fr.yaml
+++ b/Resources/translations/messages.fr_fr.yaml
@@ -11,7 +11,6 @@
 'Account %mail% already exists': 'Compte %mail% déjà existant'
 'Account %mail% created but unable to contact': 'Compte %mail% créé mais impossible à contacter'
 'Account %mail% do not exists': 'Compte %mail% n''existe pas'
-'Account %mail% or with slug %slug% already exists': 'Compte %mail% ou avec limace %slug% déjà existant'
 'Account %mail% password updated': 'Mot de passe du compte %mail% mis à jour'
 'Account %mail% updated but unable to contact': 'Compte %mail% mis à jour mais impossible à contacter'
 'Account %mail% updated': 'Compte %mail% mis à jour'
-- 
2.41.3