Skip to content

Commit 124a01e

Browse files
committed
Minor - Fixed language var
1 parent b1a133f commit 124a01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/user/subscribe_user.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
if ($result_simple_sub) {
8282
Display::display_confirmation_message($_SESSION['session_user_name'][$j].' '.get_lang('langAddedToCourse'));
8383
} else {
84-
Display::display_error_message($_SESSION['session_user_name'][$j].' '.get_lang('langNotAddedToCourse'));
84+
Display::display_error_message($_SESSION['session_user_name'][$j].' '.get_lang('NotAddedToCourse'));
8585

8686
}
8787
}

0 commit comments

Comments
 (0)