centralise msgs in copy/en.js

plus some other fixes
This commit is contained in:
Lachlan Kermode
2018-12-06 16:22:10 +00:00
parent 4da10b1409
commit 72edac944c
6 changed files with 72 additions and 56 deletions

View File

@@ -111,7 +111,8 @@ class Fetcher {
})
)
})
.then(() => 'All tabs updated')
.then(() => true)
.catch(() => false)
}
save (tab, data) {