Skip to content

Commit

Permalink
Make string translatable
Browse files Browse the repository at this point in the history
  • Loading branch information
empty88 committed May 2, 2023
1 parent 8bd22d0 commit 1105cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/class.forms.php
Expand Up @@ -6122,7 +6122,7 @@ function getFields() {
'refer' => new BooleanField(array(
'id'=>2, 'label'=>'', 'required'=>false, 'default'=>false,
'configuration'=>array(
'desc' => 'Maintain referral access to current department')
'desc' => __('Maintain referral access to current department'))
)),
'comments' => new TextareaField(array(
'id' => 3,
Expand Down

0 comments on commit 1105cde

Please sign in to comment.