summaryrefslogtreecommitdiffhomepage
path: root/gui/src/shared
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src/shared')
-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.'),