Use neutral (untranslated) prefix for amendments.
Reason: Server cannot use the on client-side translated prefix string.
This commit is contained in:
parent
09aa2dea72
commit
e87eb930df
@ -114,7 +114,7 @@ def get_config_variables():
|
|||||||
|
|
||||||
yield ConfigVariable(
|
yield ConfigVariable(
|
||||||
name='motions_amendments_prefix',
|
name='motions_amendments_prefix',
|
||||||
default_value='A',
|
default_value='-',
|
||||||
label='Prefix for the identifier for amendments',
|
label='Prefix for the identifier for amendments',
|
||||||
weight=340,
|
weight=340,
|
||||||
group='Motions',
|
group='Motions',
|
||||||
|
@ -1664,8 +1664,6 @@ angular.module('OpenSlidesApp.motions.site', ['OpenSlidesApp.motions', 'OpenSlid
|
|||||||
gettext('Amendments');
|
gettext('Amendments');
|
||||||
gettext('Activate amendments');
|
gettext('Activate amendments');
|
||||||
gettext('Prefix for the identifier for amendments');
|
gettext('Prefix for the identifier for amendments');
|
||||||
/// Prefix for the identifier for amendments
|
|
||||||
gettext('A');
|
|
||||||
gettext('Apply title and text for new amendments');
|
gettext('Apply title and text for new amendments');
|
||||||
|
|
||||||
// subgroup Suppoerters
|
// subgroup Suppoerters
|
||||||
|
Loading…
Reference in New Issue
Block a user