Skip to content

Commit

Permalink
Missed gettext on settings
Browse files Browse the repository at this point in the history
  • Loading branch information
GenericStudent committed Jul 16, 2021
1 parent ea90bf0 commit 0601e37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@

$section->addInput(new Form_Checkbox(
'hide_peers',
'Hide Peers',
gettext('Hide Peers'),
gettext('Enable'),
$pconfig['hide_peers'] == 'yes'
))->setHelp("<span class=\"text-danger\">{$s(gettext('Note:'))} </span>
Expand Down

0 comments on commit 0601e37

Please sign in to comment.