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 fd89ae3 commit 88f5e6bCopy full SHA for 88f5e6b
main/ticket/update_report.php
@@ -19,5 +19,5 @@
19
SET work_id = '$work_id', forum_id = '$forum_id'
20
WHERE id ='$rs_id'";
21
Database::query($sql);
22
- Display::display_confirmation_message(get_lang('UpdatedSuccessfully'));
+ Display::display_confirmation_message(get_lang('Updated'));
23
}
0 commit comments