diff options
Diffstat (limited to 'gui/src/shared/notifications')
| -rw-r--r-- | gui/src/shared/notifications/error.ts | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gui/src/shared/notifications/error.ts b/gui/src/shared/notifications/error.ts index 22fd1858dc..066c9c333e 100644 --- a/gui/src/shared/notifications/error.ts +++ b/gui/src/shared/notifications/error.ts @@ -138,16 +138,6 @@ function getMessage(errorDetails: IErrorState, accountExpiry?: string): string { 'notifications', "Your device is offline. Try connecting when it's back online.", ); - case 'filtering_resolver_error': - // TODO: Figure out a better error message to show to users - return messages.pgettext( - 'notifications', - ' Unable to activate macOS network check module. Close any programs that might be using port 53, or disable "Allow macOS network check".', - ); - case 'read_system_dns_config': - // TODO: Figure out a better error message to show to users - return messages.pgettext('notifications', 'Failed to read system DNS configuration.'); - case 'split_tunnel_error': return messages.pgettext( 'notifications', |
