diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2023-04-05 14:38:24 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2023-04-17 13:29:58 +0200 |
| commit | d17d37bbf02527b526506bc7bd9a1e7a4b1862a0 (patch) | |
| tree | 5af4ca5c0d52f3ac6e03b008a8455ac21eaec88e | |
| parent | 86932a5112507187f66dafdc61619752a8334ab9 (diff) | |
| download | mullvadvpn-d17d37bbf02527b526506bc7bd9a1e7a4b1862a0.tar.xz mullvadvpn-d17d37bbf02527b526506bc7bd9a1e7a4b1862a0.zip | |
Update troubleshoot instructions
| -rw-r--r-- | gui/locales/messages.pot | 4 | ||||
| -rw-r--r-- | gui/src/shared/notifications/error.ts | 5 |
2 files changed, 3 insertions, 6 deletions
diff --git a/gui/locales/messages.pot b/gui/locales/messages.pot index a8596548d6..33bf2c1aa3 100644 --- a/gui/locales/messages.pot +++ b/gui/locales/messages.pot @@ -1249,11 +1249,11 @@ msgid "Make sure you have NF tables support." msgstr "" msgctxt "troubleshoot" -msgid "This can happen because the kernel is old, or if you have removed a kernel." +msgid "This error can happen when something other than Mullvad is actively updating the DNS." msgstr "" msgctxt "troubleshoot" -msgid "This error can happen when something other than Mullvad is actively updating the DNS." +msgid "This might be caused by an outdated kernel." msgstr "" msgctxt "troubleshoot" diff --git a/gui/src/shared/notifications/error.ts b/gui/src/shared/notifications/error.ts index 9ca0921bf6..8b65a1e86d 100644 --- a/gui/src/shared/notifications/error.ts +++ b/gui/src/shared/notifications/error.ts @@ -213,10 +213,7 @@ function getActions(errorState: ErrorState): InAppNotificationAction | void { return { type: 'troubleshoot-dialog', troubleshoot: { - details: messages.pgettext( - 'troubleshoot', - 'This can happen because the kernel is old, or if you have removed a kernel.', - ), + details: messages.pgettext('troubleshoot', 'This might be caused by an outdated kernel.'), steps: [ messages.pgettext('troubleshoot', 'Update your kernel.'), messages.pgettext('troubleshoot', 'Make sure you have NF tables support.'), |
