This commit is contained in:
Alejandro Celaya
2025-03-07 09:34:26 +01:00
parent b46db36a1f
commit de9be5fcf4
3 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ describe('<ServerError />', () => {
notFound: [
'Oops! Could not connect to this Shlink server.',
'Make sure you have internet connection, and the server is properly configured and on-line.',
/^Alternatively, if you think you may have miss-configured this server/,
/^Alternatively, if you think you may have misconfigured this server/,
],
},
],
@@ -36,7 +36,7 @@ describe('<ServerError />', () => {
found: [
'Oops! Could not connect to this Shlink server.',
'Make sure you have internet connection, and the server is properly configured and on-line.',
/^Alternatively, if you think you may have miss-configured this server/,
/^Alternatively, if you think you may have misconfigured this server/,
],
notFound: ['Could not find this Shlink server.'],
},