We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba896a3 commit a0a0b9dCopy full SHA for a0a0b9d
1 file changed
src/optimizer-page/data/constants.ts
@@ -2,7 +2,7 @@ export const LAST_EXPORT_COOKIE_NAME = 'lastexport';
2
export const LINK_CHECK_STATUSES = {
3
UNINITIATED: 'Uninitiated',
4
PENDING: 'Pending',
5
- IN_PROGRESS: 'In-Progress',
+ IN_PROGRESS: 'In Progress',
6
SUCCEEDED: 'Succeeded',
7
FAILED: 'Failed',
8
CANCELED: 'Canceled',
@@ -11,7 +11,7 @@ export const LINK_CHECK_STATUSES = {
11
export enum LinkCheckStatusTypes {
12
UNINITIATED = 'Uninitiated',
13
PENDING = 'Pending',
14
- IN_PROGRESS = 'In-Progress',
+ IN_PROGRESS = 'In Progress',
15
SUCCEEDED = 'Succeeded',
16
FAILED = 'Failed',
17
CANCELED = 'Canceled',
0 commit comments