changes default setting value
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Names for the moderation console, as a hint for moderators
|
# Names for the moderation console, as a hint for moderators
|
||||||
# to know better how to assign users with official positions
|
# to know better how to assign users with official positions
|
||||||
Setting.create(key: 'official_level_0_name', value: 'No cargo público')
|
Setting.create(key: 'official_level_0_name', value: 'No cargo público')
|
||||||
Setting.create(key: 'official_level_1_name', value: 'Funcionariado')
|
Setting.create(key: 'official_level_1_name', value: 'Empleados públicos')
|
||||||
Setting.create(key: 'official_level_2_name', value: 'Organización Municipal')
|
Setting.create(key: 'official_level_2_name', value: 'Organización Municipal')
|
||||||
Setting.create(key: 'official_level_3_name', value: 'Directores generales')
|
Setting.create(key: 'official_level_3_name', value: 'Directores generales')
|
||||||
Setting.create(key: 'official_level_4_name', value: 'Concejales')
|
Setting.create(key: 'official_level_4_name', value: 'Concejales')
|
||||||
|
|||||||
Reference in New Issue
Block a user