Formatting adapted

This commit is contained in:
nobody 2020-08-09 11:16:53 +02:00
parent 7601dfa7a7
commit 67a3a79ed9
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ statistics._handlerDateRange = function ({ target }) {
};
statistics._deleteStatistic = function () {
let text = chrome.i18n.getMessage("dialogConfirmDeleteStatistics");
let text = chrome.i18n.getMessage('dialogConfirmDeleteStatistics');
if (confirm(text)) {
chrome.storage.local.set({
[Setting.INTERNAL_STATISTICS_DATA]: {},