accompanying course work: missing translation in App.vue

This commit is contained in:
nobohan 2021-11-12 12:10:27 +01:00
parent 32c2d96ab6
commit fcbf1bd558

View File

@ -72,7 +72,7 @@
{{ $t('action.save') }}
</button>
<button class="btn btn-save" v-show="isPostingWork" disabled>
{{ $t('Save') }}
{{ $t('action.save') }}
</button>
</li>
</ul>