mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
fixed english typo
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
<input type="file" @change="imageChanged">
|
<input type="file" @change="imageChanged">
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<label for="id_name"> {% trans 'Preperation Time' %}</label>
|
<label for="id_name"> {% trans 'Preparation Time' %}</label>
|
||||||
<input class="form-control" id="id_prep_time" v-model="recipe.working_time">
|
<input class="form-control" id="id_prep_time" v-model="recipe.working_time">
|
||||||
<br/>
|
<br/>
|
||||||
<label for="id_name"> {% trans 'Waiting Time' %}</label>
|
<label for="id_name"> {% trans 'Waiting Time' %}</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user