Skip to content
Snippets Groups Projects
Commit 7725f1ee authored by Michaela Brückner's avatar Michaela Brückner :unicorn:
Browse files

describe priority, fixes #1832

parent 3f998baf
No related branches found
No related tags found
No related merge requests found
Pipeline #7856 passed
...@@ -387,7 +387,7 @@ class NewsController extends StudipController ...@@ -387,7 +387,7 @@ class NewsController extends StudipController
'legend' => _('Sichtbarkeitseinstellungen'), 'legend' => _('Sichtbarkeitseinstellungen'),
'fields' => [ 'fields' => [
'prio' => [ 'prio' => [
'label' => _('Priorität'), 'label' => _('Priorität (1: niedrigste, 10: höchste)'),
'type' => 'range' 'type' => 'range'
], ],
'newsroles' => [ 'newsroles' => [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment