Skip to content

Commit

Permalink
Npm update, cdav and translations fixes
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Oct 5, 2018
1 parent 44667cd commit d4e9355
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@babel/polyfill": "^7.0.0",
"axios": "^0.18.0",
"cdav-library": "github:nextcloud/cdav-library#develop",
"cdav-library": "github:nextcloud/cdav-library",
"debounce": "^1.2.0",
"ical.js": "^1.2.2",
"moment": "^2.22.2",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Settings/SettingsAddressbook.vue
Expand Up @@ -184,7 +184,7 @@ export default {
} catch (err) {
// error handling
console.error(err)
OC.Notification.showTemporary(t('contacts', 'Delete addressbook was not successful.'))
OC.Notification.showTemporary(t('contacts', 'Deletion of addressbook was not successful.'))
} finally {
// stop loading status regardless of outcome
this.deleteAddressbookLoading = false
Expand Down

0 comments on commit d4e9355

Please sign in to comment.