Rename 'published' to 'public' (for recipe)
This commit is contained in:
parent
eaef6dc77e
commit
4f739593b8
20 changed files with 92 additions and 91 deletions
|
|
@ -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) }}">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue