Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
### Fixed
- Minor errors in displaying ingredients and instructions
[#642](https://github.com/nextcloud/cookbook/pull/642) @seyfeb
- Missing translation
[#644](https://github.com/nextcloud/cookbook/pull/644) @seyfeb

## 0.8.3 - 2021-03-03

Expand Down
5 changes: 4 additions & 1 deletion src/components/RecipeEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,10 @@ export default {
confirmLeavingPage() {
// eslint-disable-next-line no-alert
return window.confirm(
"You have unsaved changes! Do you still want to leave?"
t(
"cookbook",
"You have unsaved changes! Do you still want to leave?"
)
)
},
confirmStayInEditedForm() {
Expand Down