Skip to content

Commit

Permalink
fix: "for" attribute in config display (#5398)
Browse files Browse the repository at this point in the history
  • Loading branch information
math-GH committed May 14, 2023
1 parent d8c535c commit e65f399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/configure/display.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e65f399

Please sign in to comment.