mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
web UI -- Fix engrish when checking upstream DNS servers succeeds
This commit is contained in:
parent
6a53dd0f00
commit
da62fac76e
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ export const testUpstream = servers => async (dispatch) => {
|
|||
});
|
||||
|
||||
if (testMessages.every(message => message === 'OK')) {
|
||||
dispatch(addSuccessToast('All servers is OK'));
|
||||
dispatch(addSuccessToast('Specified DNS servers are working correctly'));
|
||||
}
|
||||
|
||||
dispatch(testUpstreamSuccess());
|
||||
|
|
Loading…
Add table
Reference in a new issue