Skip to content
This repository was archived by the owner on Jun 21, 2022. It is now read-only.

Commit 074832b

Browse files
dboehmerkuro610
authored andcommitted
Make TT forms/ingredients_editor.tt distinguish dish/recipe
See #130.
1 parent 633fde2 commit 074832b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/templates/includes/forms/ingredients_editor.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
<div class="offset-sm-2 col-sm-10 py-3 text-end">
6161
<button type="reset" class="btn btn-secondary mr-1" value="Reset">Reset</button>
62-
<button type="submit" class="btn btn-primary">Update Recipe</button>
62+
<button type="submit" class="btn btn-primary">Update [% recipe ? 'Recipe' : 'Dish' %]</button>
6363
</div>
6464
</div>
6565

0 commit comments

Comments
 (0)