Skip to content

Commit

Permalink
improve uptodate text
Browse files Browse the repository at this point in the history
  • Loading branch information
MayGo committed Jun 19, 2018
1 parent e995ebc commit e1543a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions electron/app/app-updater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ export default class AppUpdater {
static updateNotAvailable = updateInfo => {
const currentVersionString = app.getVersion();
showNotification(
`Up to date! Current version ${currentVersionString}
(latest version: ${updateInfo.version})`,
`Up to date! Current ${currentVersionString} (latest: ${updateInfo.version})`,
);
};

static async checkForUpdates() {
logger.info('Checking for updates');

Expand Down

0 comments on commit e1543a7

Please sign in to comment.