[CST-12043] fix: translation for custom switch

This commit is contained in:
Vlad Nouski
2023-10-24 12:05:12 +02:00
parent 16327955a6
commit ae93cc0076
3 changed files with 5 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ export const BITSTREAM_FORM_ACCESS_CONDITION_TYPE_LAYOUT: DynamicFormControlLayo
}
};
export const BITSTREAM_FORM_PRIMARY_LAYOUT: DynamicFormControlLayout = {
grid: {
element: {
host: 'col-6'
}
};
@@ -66,7 +66,7 @@ export const BITSTREAM_FORM_PRIMARY_LAYOUT: DynamicFormControlLayout = {
export const BITSTREAM_FORM_PRIMARY: DynamicSwitchModelConfig = {
id: 'primary',
name: 'primary',
label: 'Primary bitstream',
label: 'bitstream.edit.form.primaryBitstream.label'
};