committed by
Sacha Al Himdani
parent
44898be9d3
commit
55e85e5f67
10
apps/trust/src/helpers/documents.ts
Normal file
10
apps/trust/src/helpers/documents.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export function documentTypeLabel(type: string, __: (s: string) => string) {
|
||||
switch (type) {
|
||||
case "POLICY":
|
||||
return __("Policy");
|
||||
case "ISMS":
|
||||
return __("Security");
|
||||
default:
|
||||
return __("Other");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user