We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a133f commit 124a01eCopy full SHA for 124a01e
main/user/subscribe_user.php
@@ -81,7 +81,7 @@
81
if ($result_simple_sub) {
82
Display::display_confirmation_message($_SESSION['session_user_name'][$j].' '.get_lang('langAddedToCourse'));
83
} else {
84
- Display::display_error_message($_SESSION['session_user_name'][$j].' '.get_lang('langNotAddedToCourse'));
+ Display::display_error_message($_SESSION['session_user_name'][$j].' '.get_lang('NotAddedToCourse'));
85
86
}
87
0 commit comments