Adjust workflow state naming

Changes "set identifier" to "do not set idnetifier"
requires an update of the translations
This commit is contained in:
Sean Engelhardt 2019-09-16 14:33:42 +02:00
parent c538179904
commit ca97d4472d
2 changed files with 2 additions and 2 deletions

View File

@ -267,7 +267,7 @@ _('Recommendation label');
_('Allow support');
_('Allow create poll');
_('Allow submitter edit');
_('Set identifier');
_('Do not set identifier');
_('Show state extension field');
_('Show recommendation extension field');
_('Show amendment in parent motion');

View File

@ -106,7 +106,7 @@ export class WorkflowDetailComponent extends BaseViewComponent implements OnInit
{ name: 'Allow support', selector: 'allow_support', type: 'check' },
{ name: 'Allow create poll', selector: 'allow_create_poll', 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 recommendation extension field',