Bug 35476: Make 'Submit' translatable in TrainsFormAddItem.vue
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
fe6e020861
commit
d07f20a5a7
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@
|
|||
</ol>
|
||||
</fieldset>
|
||||
<fieldset class="action">
|
||||
<input type="submit" value="Submit" />
|
||||
<input type="submit" :value="$__('Submit')" />
|
||||
<router-link
|
||||
:to="{
|
||||
name: 'TrainsShow',
|
||||
|
|
Loading…
Reference in a new issue