Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinir committed Oct 21, 2020
1 parent fc501d4 commit 15ccca6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/module/MappingManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -868,11 +868,11 @@ class MappingManager {
)
const mappingsAreValid = MappingManager.validateMappings(mappingsFromStorage)
if (mappingsAreValid !== true) {
MappingManager.announceMessage(JSON.stringify(
'Some mappings stored in the local storage are invalid!\n' +
MappingManager.announceMessage(
'Some mappings stored in the local storage are invalid! ' +
'Default mappings for standards will be loaded and stored.\n' +
JSON.stringify(mappingsAreValid)
))
)
return this.initiate()
}

Expand Down

0 comments on commit 15ccca6

Please sign in to comment.