File tree 1 file changed +4
-4
lines changed
gui/src/shared/notifications
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -184,15 +184,15 @@ function getMessage(errorState: ErrorState): string {
184
184
) ;
185
185
case ErrorStateCause . splitTunnelError :
186
186
switch ( process . platform ?? window . env . platform ) {
187
- case 'win32 ' :
187
+ case 'darwin ' :
188
188
return messages . pgettext (
189
189
'notifications' ,
190
- 'Unable to communicate with Mullvad kernel driver. Try reconnecting or send a problem report .' ,
190
+ 'Failed to enable split tunneling. Please try again or disable it .' ,
191
191
) ;
192
- case 'darwin' :
192
+ default :
193
193
return messages . pgettext (
194
194
'notifications' ,
195
- 'Failed to enable split tunneling. Please try again or disable it .' ,
195
+ 'Unable to communicate with Mullvad kernel driver. Try reconnecting or send a problem report .' ,
196
196
) ;
197
197
}
198
198
}
You can’t perform that action at this time.
0 commit comments