Adjust workflow state naming
Changes "set identifier" to "do not set idnetifier" requires an update of the translations
This commit is contained in:
parent
c538179904
commit
ca97d4472d
@ -267,7 +267,7 @@ _('Recommendation label');
|
|||||||
_('Allow support');
|
_('Allow support');
|
||||||
_('Allow create poll');
|
_('Allow create poll');
|
||||||
_('Allow submitter edit');
|
_('Allow submitter edit');
|
||||||
_('Set identifier');
|
_('Do not set identifier');
|
||||||
_('Show state extension field');
|
_('Show state extension field');
|
||||||
_('Show recommendation extension field');
|
_('Show recommendation extension field');
|
||||||
_('Show amendment in parent motion');
|
_('Show amendment in parent motion');
|
||||||
|
@ -106,7 +106,7 @@ export class WorkflowDetailComponent extends BaseViewComponent implements OnInit
|
|||||||
{ name: 'Allow support', selector: 'allow_support', type: 'check' },
|
{ name: 'Allow support', selector: 'allow_support', type: 'check' },
|
||||||
{ name: 'Allow create poll', selector: 'allow_create_poll', type: 'check' },
|
{ name: 'Allow create poll', selector: 'allow_create_poll', type: 'check' },
|
||||||
{ name: 'Allow submitter edit', selector: 'allow_submitter_edit', type: 'check' },
|
{ name: 'Allow submitter edit', selector: 'allow_submitter_edit', type: 'check' },
|
||||||
{ name: 'Set identifier', selector: 'dont_set_identifier', type: 'check' },
|
{ name: 'Do not set identifier', selector: 'dont_set_identifier', type: 'check' },
|
||||||
{ name: 'Show state extension field', selector: 'show_state_extension_field', type: 'check' },
|
{ name: 'Show state extension field', selector: 'show_state_extension_field', type: 'check' },
|
||||||
{
|
{
|
||||||
name: 'Show recommendation extension field',
|
name: 'Show recommendation extension field',
|
||||||
|
Loading…
Reference in New Issue
Block a user