Document error message properly.

This commit is contained in:
Akash Nimare
2018-06-03 03:08:05 +05:30
parent 85a6cf6890
commit 4d020c639b
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ class LinuxUpdateUtil {
fs.unlinkSync(linuxUpdateJsonPath);
dialog.showErrorBox(
'Error saving update notifications.',
'We encountered error while saving update notifications.'
'We encountered an error while saving the update notifications.'
);
logger.error('Error while JSON parsing updates.json: ');
logger.error(err);