fixed an error message

This commit is contained in:
antelle 2019-09-15 12:37:11 +02:00
parent 3319478876
commit 6551622e07
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ const FeatureTester = {
localStorage.setItem('_test', '1');
localStorage.removeItem('_test');
} catch (e) {
throw 'WebCrypto is not supported';
throw 'LocalStorage is not supported';
}
}
};