Skip to content

Commit 65c77d7

Browse files
authored
Merge pull request #11381 from surlabs/trunk_LTI_dyn_reg
[FIX] LTI: Replaced missing translation key
2 parents 2571e93 + e894d59 commit 65c77d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/ILIAS/LTIConsumer/classes/class.ilLTIConsumeProviderFormGUI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ public function initDynRegForm(string $formaction): void
942942
$this->addItem($regUrlInp);
943943
$regParamsInp = new ilTextInputGUI($lng->txt('lti_con_prov_dyn_reg_params'), 'lti_dyn_reg_custom_params');
944944
$regParamsInp->setInfo($lng->txt('lti_con_prov_dyn_reg_params_info'));
945-
$this->addCommandButton("addDynReg", $DIC->language()->txt('lti_dyn_reg_add_tool'));
945+
$this->addCommandButton("addDynReg", $DIC->language()->txt('add'));
946946
$this->addItem($regParamsInp);
947947
}
948948

0 commit comments

Comments
 (0)