Skip to content

Commit

Permalink
Fix typo (#521)
Browse files Browse the repository at this point in the history
* Update german translations

* Fix typo
  • Loading branch information
xEtarusx authored Jul 1, 2024
1 parent e9c5356 commit cd34966
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/locales/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"base-cocktail-is-edited": "Dieses Rezept wurde von dir bearbeitet",
"cocktail-deleted": "Cocktail {{name}} wurde gelöscht",
"create": "Anlegen",
"last-modifed": "Zuletzt bearbeitet",
"last-modified": "Zuletzt bearbeitet",
"restore-backup": "Backup wiederherstellen",
"create-backup": "Backup anlegen",
"backup-restore-warning-text": "Bist du sicher, dass du dieses Backup wiederherstellen möchtest? Deine aktuellen Daten werden überschrieben.",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"base-cocktail-is-edited": "You have modified this recipe",
"cocktail-deleted": "Cocktail {{name}} was removed",
"create": "Create",
"last-modifed": "Last Modifed",
"last-modified": "Last Modified",
"restore-backup": "Restore Backup",
"create-backup": "Create Backup",
"backup-restore-warning-text": "Are you sure you want to restore this backup? This will overwrite your current data.",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"base-cocktail-is-edited": "您已修改此配方",
"cocktail-deleted": "鸡尾酒 {{name}} 已被删除",
"create": "创建",
"last-modifed": "最后修改",
"last-modified": "最后修改",
"restore-backup": "恢复备份",
"create-backup": "创建备份",
"backup-restore-warning-text": "您确定要恢复此备份吗?这将覆盖您当前的数据.",
Expand Down
2 changes: 1 addition & 1 deletion src/modules/user/backups/backups.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<div>
<p>${backup.prettyName}</p>
<p class="text-xs text-base-content text-opacity-75">
<span t="last-modifed"></span>
<span t="last-modified"></span>
<span>: </span>
<span>${backup.createdDate | dateFormat}</span>
</p>
Expand Down

0 comments on commit cd34966

Please sign in to comment.