From bcd6e73aac075696143f18d8fd905aa75d2407c3 Mon Sep 17 00:00:00 2001
From: Arnaud Levy <contact@arnaudlevy.com>
Date: Thu, 2 Feb 2023 12:33:18 +0100
Subject: [PATCH] local

---
 config/locales/communication/en.yml | 2 +-
 config/locales/communication/fr.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/locales/communication/en.yml b/config/locales/communication/en.yml
index 4a08c5220..7d36a67f1 100644
--- a/config/locales/communication/en.yml
+++ b/config/locales/communication/en.yml
@@ -121,6 +121,7 @@ en:
         published: Published?
         related_category: Related category
         slug: Slug
+        special_page: Special page
         text: Main page text
         title: Title
         website: Website
@@ -537,7 +538,6 @@ en:
       website:
         pages:
           delete_special_page_notice: Can't delete this page
-          is_special_page: "This is a page with a special behaviour:"
           structure: Structure
         post:
           pinned_status: Pinned status
diff --git a/config/locales/communication/fr.yml b/config/locales/communication/fr.yml
index e364a7967..48d61f5d9 100644
--- a/config/locales/communication/fr.yml
+++ b/config/locales/communication/fr.yml
@@ -121,6 +121,7 @@ fr:
         published: Publié ?
         related_category: Catégorie liée
         slug: Identifiant
+        special_page: Page spéciale
         text: Texte principal de la page
         title: Titre
         website: Site Web
@@ -539,7 +540,6 @@ fr:
       website:
         pages:
           delete_special_page_notice: Impossible de supprimer cette page
-          is_special_page: "Ceci est une page avec un comportement spécial :"
           structure: Arborescence
         post:
           pinned_status: Mise en avant
-- 
GitLab