Skip to content

Commit e894d59

Browse files
committed
[FIX] LTI: Replaced missing translation key
1 parent d83dd23 commit e894d59

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)