mirror of
https://github.com/documenso/documenso.git
synced 2026-07-25 17:35:05 +10:00
fix: mark document auth types for translation (#2331)
This commit is contained in:
@@ -35,7 +35,7 @@ export const DocumentGlobalAuthAccessSelect = ({
|
||||
},
|
||||
...Object.values(DocumentAccessAuth).map((authType) => ({
|
||||
value: authType,
|
||||
label: DOCUMENT_AUTH_TYPES[authType].value,
|
||||
label: _(DOCUMENT_AUTH_TYPES[authType].value),
|
||||
})),
|
||||
];
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ export const DocumentGlobalAuthActionSelect = ({
|
||||
.filter((auth) => auth !== DocumentAuth.ACCOUNT)
|
||||
.map((authType) => ({
|
||||
value: authType,
|
||||
label: DOCUMENT_AUTH_TYPES[authType].value,
|
||||
label: _(DOCUMENT_AUTH_TYPES[authType].value),
|
||||
})),
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user