diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2021-03-09 21:05:16 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2021-03-10 15:35:07 +0100 |
| commit | 5e310d8f8eb637217ee78478080a01a6240a3dc5 (patch) | |
| tree | aba99777401de3f7cb5ef5e7167fc21c39b0ab5e /gui/src | |
| parent | f59ebb32fbe3d08a17e6b195e989e68cf9616555 (diff) | |
| download | mullvadvpn-5e310d8f8eb637217ee78478080a01a6240a3dc5.tar.xz mullvadvpn-5e310d8f8eb637217ee78478080a01a6240a3dc5.zip | |
Update version information in settings with new notification texts
Diffstat (limited to 'gui/src')
| -rw-r--r-- | gui/src/renderer/components/Settings.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/src/renderer/components/Settings.tsx b/gui/src/renderer/components/Settings.tsx index 189e7a159c..00c5d846f0 100644 --- a/gui/src/renderer/components/Settings.tsx +++ b/gui/src/renderer/components/Settings.tsx @@ -156,12 +156,12 @@ export default class Settings extends React.Component<IProps> { if (!this.props.consistentVersion || !this.props.upToDateVersion) { const inconsistentVersionMessage = messages.pgettext( 'settings-view', - 'Inconsistent internal version information, please restart the app.', + 'App is out of sync. Please quit and restart.', ); const updateAvailableMessage = messages.pgettext( 'settings-view', - 'Update available, download to remain safe.', + 'Update available. Install the latest app version to stay up to date.', ); const message = !this.props.consistentVersion |
