Merge branch 'rhymix:master' into master

This commit is contained in:
Lastorder 2026-02-27 18:04:35 +09:00 committed by GitHub
commit 25f6d02677
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 945 additions and 1153 deletions

View file

@ -58,7 +58,7 @@ class BoardAdminView extends Board {
// install order (sorting) options
foreach($this->order_target as $key) $order_target[$key] = lang($key);
$order_target['list_order'] = lang('document_srl');
$order_target['list_order'] = lang('default_value');
$order_target['update_order'] = lang('last_update');
Context::set('order_target', $order_target);
}