mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-13 05:26:47 +00:00
feat: update secretary role title in election pages
Update the title of the secretary role from 'Sekretär (Akurat)' to 'Revisionsstelle' in both election administration and election view pages.
This commit is contained in:
@@ -159,7 +159,7 @@ $signEvent = function ($event) {
|
|||||||
'presidency' => ['icon' => 'fa-crown', 'title' => 'Präsidium'],
|
'presidency' => ['icon' => 'fa-crown', 'title' => 'Präsidium'],
|
||||||
'vice_president' => ['icon' => 'fa-user-group-crown', 'title' => 'Vizepräsidium'],
|
'vice_president' => ['icon' => 'fa-user-group-crown', 'title' => 'Vizepräsidium'],
|
||||||
'finances' => ['icon' => 'fa-bitcoin-sign', 'title' => 'Finanzen'],
|
'finances' => ['icon' => 'fa-bitcoin-sign', 'title' => 'Finanzen'],
|
||||||
'secretary' => ['icon' => 'fa-stapler', 'title' => 'Sekretär (Akurat)'],
|
'secretary' => ['icon' => 'fa-stapler', 'title' => 'Revisionsstelle'],
|
||||||
'press_officer' => ['icon' => 'fa-newspaper', 'title' => 'Pressewart'],
|
'press_officer' => ['icon' => 'fa-newspaper', 'title' => 'Pressewart'],
|
||||||
'it_manager' => ['icon' => 'fa-server', 'title' => 'Technikwart'],
|
'it_manager' => ['icon' => 'fa-server', 'title' => 'Technikwart'],
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -161,7 +161,7 @@ $loadEvents = function () {
|
|||||||
'presidency' => ['icon' => 'fa-crown', 'title' => 'Präsidium'],
|
'presidency' => ['icon' => 'fa-crown', 'title' => 'Präsidium'],
|
||||||
'vice_president' => ['icon' => 'fa-user-group-crown', 'title' => 'Vizepräsidium'],
|
'vice_president' => ['icon' => 'fa-user-group-crown', 'title' => 'Vizepräsidium'],
|
||||||
'finances' => ['icon' => 'fa-bitcoin-sign', 'title' => 'Finanzen'],
|
'finances' => ['icon' => 'fa-bitcoin-sign', 'title' => 'Finanzen'],
|
||||||
'secretary' => ['icon' => 'fa-stapler', 'title' => 'Sekretär (Akurat)'],
|
'secretary' => ['icon' => 'fa-stapler', 'title' => 'Revisionsstelle'],
|
||||||
'press_officer' => ['icon' => 'fa-newspaper', 'title' => 'Pressewart'],
|
'press_officer' => ['icon' => 'fa-newspaper', 'title' => 'Pressewart'],
|
||||||
'it_manager' => ['icon' => 'fa-server', 'title' => 'Technikwart'],
|
'it_manager' => ['icon' => 'fa-server', 'title' => 'Technikwart'],
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user