Add core update notification to admin dashboard

This commit is contained in:
Kijin Sung 2021-01-31 02:15:23 +09:00
parent d25690e3e9
commit 9c9629f7e1
5 changed files with 49 additions and 1 deletions

View file

@ -340,6 +340,8 @@ $lang->user_theme = 'User Theme';
$lang->user_define = 'User Defined';
$lang->by_you = 'User setting';
$lang->update_available = 'Update Available';
$lang->core_update_available = 'Rhymix $VERSION has been released.';
$lang->core_update_link = 'Download';
$lang->need_complete_configuration = 'Please complete configuration of recently updated modules.';
$lang->need_complete_configuration_details = 'New features may not function properly until their configuration has been completed.';
$lang->need_update_and_table = 'Need to Create DB Table and Update Module';