From c54c5543742483a4a0fca90fc60ca70d7710f622 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Sun, 12 Jul 2026 15:43:33 +0200 Subject: [PATCH] chore: rename unused recipeForm.visibility key to visibilityMenuLabel for clarity --- apps/web/messages/en.json | 2 +- apps/web/messages/fr.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/messages/en.json b/apps/web/messages/en.json index 50158c9..b201792 100644 --- a/apps/web/messages/en.json +++ b/apps/web/messages/en.json @@ -632,7 +632,7 @@ "prepMins": "Prep (min)", "cookMins": "Cook (min)", "difficulty": "Difficulty", - "visibility": "Visibility", + "visibilityMenuLabel": "Visibility", "tags": "Tags", "tagsHelp": "Press Enter to add · Backspace to remove last · max 20 tags", "tagsPlaceholder": "Add tags… (press Enter)", diff --git a/apps/web/messages/fr.json b/apps/web/messages/fr.json index 894e012..d128e2c 100644 --- a/apps/web/messages/fr.json +++ b/apps/web/messages/fr.json @@ -623,7 +623,7 @@ "prepMins": "Prép. (min)", "cookMins": "Cuisson (min)", "difficulty": "Difficulté", - "visibility": "Visibilité", + "visibilityMenuLabel": "Visibilité", "dietaryTags": "Tags alimentaires", "photos": "Photos", "ingredients": "Ingrédients",