mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
small UI addition
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?= __("Language"); ?></td>
|
||||
<td><?php echo ucfirst($this->config->item('language')) . "\n"; ?></td>
|
||||
<td><?php echo __(ucfirst($this->config->item('language'))) . "\n"; ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?= __("Base URL"); ?></td>
|
||||
|
||||
Reference in New Issue
Block a user