Skip to content

Commit

Permalink
Merge pull request #1549 from silopolis/stringfix
Browse files Browse the repository at this point in the history
fix(text): Missing negation in error meassage
  • Loading branch information
christianlupus committed Mar 23, 2023
2 parents 10a76ee + f345c58 commit ca7c706
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -15,6 +15,8 @@
[1405](https://github.com/nextcloud/cookbook/pull/1405) @MarcelRobitaille
- Make the server api compliant
[#1464](https://github.com/nextcloud/cookbook/pull/1464) @leptopoda
- Fix string in translations
[#1549](https://github.com/nextcloud/cookbook/pull/1549) @silopolis

### Maintenance
- Update dependency for GitHub pages builder
Expand Down
2 changes: 1 addition & 1 deletion src/components/SettingsDialog.vue
Expand Up @@ -281,7 +281,7 @@ export default {
// eslint-disable-next-line no-console
console.error("Error while trying to save info blocks", err)
await showSimpleAlertModal(
t("cookbook", "Could save visible info blocks")
t("cookbook", "Couldn't save visible info blocks")
)
this.resetVisibleInfoBlocks = true
this.visibleInfoBlocks = oldVal
Expand Down

0 comments on commit ca7c706

Please sign in to comment.