Skip to content

Commit 48e4fbf

Browse files
[Survey] update: User language variable (#11406)
1 parent b3c082a commit 48e4fbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/ILIAS/Survey/Participants/class.ilSurveyRaterGUI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public function initOptionSelectForm(): ilPropertyFormGUI
130130
$radg->addOption($op1);
131131
$radg->setValue("direct");
132132

133-
$user = new \ilTextInputGUI($lng->txt("obj_user"), "user");
133+
$user = new \ilTextInputGUI($lng->txt("username"), "user");
134134
$user->setDataSource(
135135
$ctrl->getLinkTargetByClass(
136136
"ilsurveyratergui",

0 commit comments

Comments
 (0)