We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f6aac commit 4d40a13Copy full SHA for 4d40a13
src/components/SettingsDialog.vue
@@ -281,7 +281,7 @@ export default {
281
// eslint-disable-next-line no-console
282
console.error("Error while trying to save info blocks", err)
283
await showSimpleAlertModal(
284
- t("cookbook", "Could save visible info blocks")
+ t("cookbook", "Couldn't save visible info blocks")
285
)
286
this.resetVisibleInfoBlocks = true
287
this.visibleInfoBlocks = oldVal
0 commit comments