summaryrefslogtreecommitdiffhomepage
path: root/gui/src
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2023-04-05 14:38:24 +0200
committerOskar Nyberg <oskar@mullvad.net>2023-04-17 13:29:58 +0200
commitd17d37bbf02527b526506bc7bd9a1e7a4b1862a0 (patch)
tree5af4ca5c0d52f3ac6e03b008a8455ac21eaec88e /gui/src
parent86932a5112507187f66dafdc61619752a8334ab9 (diff)
downloadmullvadvpn-d17d37bbf02527b526506bc7bd9a1e7a4b1862a0.tar.xz
mullvadvpn-d17d37bbf02527b526506bc7bd9a1e7a4b1862a0.zip
Update troubleshoot instructions
Diffstat (limited to 'gui/src')
-rw-r--r--gui/src/shared/notifications/error.ts5
1 files changed, 1 insertions, 4 deletions
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.'),