aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/fr/sub.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-07-19 23:39:54 +0200
committerGravatar GitHub <noreply@github.com> 2021-07-19 23:39:54 +0200
commit3c945bee7bc1853ea4bf38b1b04259a465bf08d2 (patch)
tree8aba49a49db2a35a1d2baa7dfbf469799b9e3132 /app/i18n/fr/sub.php
parent3d2fea6bbfaf49d903e3db806b5405cd5ab80526 (diff)
i18n fr fix old-new tag label (#3703)
Diffstat (limited to 'app/i18n/fr/sub.php')
-rw-r--r--app/i18n/fr/sub.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/fr/sub.php b/app/i18n/fr/sub.php
index a2a3d4bc2..e6f39cd8b 100644
--- a/app/i18n/fr/sub.php
+++ b/app/i18n/fr/sub.php
@@ -124,8 +124,8 @@ return array(
),
'tag' => array(
'name' => 'Nom',
- 'new_name' => 'Ancien nom',
- 'old_name' => 'Nouveau nom',
+ 'new_name' => 'Nouveau nom',
+ 'old_name' => 'Ancien nom',
),
'title' => array(
'_' => 'Gestion des abonnements',