Rename 'published' to 'public' (for recipe)

This commit is contained in:
Greg Burri 2025-04-02 01:53:02 +02:00
parent eaef6dc77e
commit 4f739593b8
20 changed files with 92 additions and 91 deletions

View file

@ -69,13 +69,13 @@
</select>
<input
id="input-is-published"
id="input-is-public"
type="checkbox"
{%~ if recipe.is_published %}
{%~ if recipe.is_public %}
checked
{% endif %}
>
<label for="input-is-published">{{ context.tr.t(Sentence::RecipeIsPublished) }}</label>
<label for="input-is-public">{{ context.tr.t(Sentence::RecipeIsPublic) }}</label>
<input id="input-delete" type="button" value="{{ context.tr.t(Sentence::RecipeDelete) }}">