Skip to content

Commit 4d40a13

Browse files
committed
fix(text): Missing negation in error meassage
Signed-off-by: Jérémie Tarot (@silopolis) <[email protected]>
1 parent c5f6aac commit 4d40a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SettingsDialog.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ export default {
281281
// eslint-disable-next-line no-console
282282
console.error("Error while trying to save info blocks", err)
283283
await showSimpleAlertModal(
284-
t("cookbook", "Could save visible info blocks")
284+
t("cookbook", "Couldn't save visible info blocks")
285285
)
286286
this.resetVisibleInfoBlocks = true
287287
this.visibleInfoBlocks = oldVal

0 commit comments

Comments
 (0)