mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-18 10:15:41 +00:00
fix: typo retry after error message
This commit is contained in:
parent
18ac1fc8fd
commit
bc204f73ed
@ -16,7 +16,7 @@ export function showErrorAPI(e: AxiosError, messageApi: MessageInstance): Messag
|
||||
|
||||
if (response.status === 429) {
|
||||
const duration = response.headers['retry-after']
|
||||
return messageApi.error(t`Please retry after ${duration} minutes`)
|
||||
return messageApi.error(t`Please retry after ${duration} seconds`)
|
||||
}
|
||||
|
||||
if (response.status.toString()[0] === '4') {
|
||||
|
||||
@ -617,7 +617,7 @@ msgstr ""
|
||||
|
||||
#: assets/utils/index.ts:19
|
||||
#, javascript-format
|
||||
msgid "Please retry after ${ duration } minutes"
|
||||
msgid "Please retry after ${ duration } seconds"
|
||||
msgstr ""
|
||||
|
||||
#: assets/utils/index.ts:23
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user