1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 11:43:46 +00:00

Uppercase Bitwarden

This commit is contained in:
Kyle Spearrin
2018-02-27 22:41:27 -05:00
parent 119c6d5817
commit f8d6816101
20 changed files with 27 additions and 22 deletions

View File

@@ -23,7 +23,7 @@
}, function (e) {
throw e ? e : 'Error occurred.';
}).then(function () {
toastr.success('Please log back in. If you are using other bitwarden applications, ' +
toastr.success('Please log back in. If you are using other Bitwarden applications, ' +
'log out and back in to those as well.', 'Key Updated', { timeOut: 10000 });
});
};