Skip to content

Commit

Permalink
Tweak user bar setting language
Browse files Browse the repository at this point in the history
(fix #1289)
  • Loading branch information
zerocrates committed Sep 14, 2018
1 parent 7e06233 commit 9248fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/src/Form/SiteSettingsForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public function init()
'label' => 'Show user bar on public views', // @translate
'value_options' => [
'-1' => 'Never', // @translate
'0' => 'When identified', // @translate
'0' => 'When logged in', // @translate
'1' => 'Always', // @translate
],
],
Expand Down

0 comments on commit 9248fb0

Please sign in to comment.