diff --git a/src/chrome/AutoUpdateVersion.js b/src/chrome/AutoUpdateVersion.js index 148fca605..cf32d1f49 100644 --- a/src/chrome/AutoUpdateVersion.js +++ b/src/chrome/AutoUpdateVersion.js @@ -51,7 +51,7 @@ export default class AutoUpdateVersion extends Component<{}, State> { this.setState({updater: 'update-downloaded'}); const notification = new window.Notification('Update available', { - body: 'Restart Sonar to update to the latest version.', + body: 'Restart Flipper to update to the latest version.', requireInteraction: true, }); notification.onclick = remote.autoUpdater.quitAndInstall; diff --git a/static/index.js b/static/index.js index 9f3cae33c..d99157783 100644 --- a/static/index.js +++ b/static/index.js @@ -146,7 +146,7 @@ function tryCreateWindow() { if (appReady && pluginsCompiled) { win = new BrowserWindow({ show: false, - title: 'Sonar', + title: 'Flipper', width: config.lastWindowPosition.width || 1400, height: config.lastWindowPosition.height || 1000, minWidth: 800,