mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-04 05:03:38 -04:00
fix: "for" attribute in config display (#5398)
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="group-name" for="language"><?= _t('conf.display.timezone') ?></label>
|
||||
<label class="group-name" for="timezone"><?= _t('conf.display.timezone') ?></label>
|
||||
<div class="group-controls">
|
||||
<select name="timezone" id="timezone" data-leave-validation="<?= FreshRSS_Context::$user_conf->timezone ?>">
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user