translation fixes

This commit is contained in:
Kaibu
2021-11-03 21:34:18 +01:00
parent a40c8c3f83
commit 2215e06506
6 changed files with 220 additions and 209 deletions

View File

@ -119,7 +119,7 @@ export default {
createNew: function () {
let apiClient = new ApiApiFactory()
apiClient.createRecipeBook({name: 'New Book', description: '', icon: '', shared: []}).then(result => {
apiClient.createRecipeBook({name: this.$t('New_Cookbook'), description: '', icon: '', shared: []}).then(result => {
let new_book = result.data
this.refreshData()
StandardToasts.makeStandardToast(StandardToasts.SUCCESS_CREATE)