mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-30 08:41:28 +00:00
mobile: change HIDE_READ option description
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<label><?php echo __('Hide read items') ?></label>
|
||||
<label><?php echo __('Hide read feeds') ?></label>
|
||||
<div class="toggle" id="HIDE_READ" onclick="setPref(this)" toggled="<?php echo mobile_pref_toggled($link, "HIDE_READ") ?>"><span class="thumb"></span><span class="toggleOn"><?php echo __('ON') ?></span><span class="toggleOff"><?php echo __('OFF') ?></span></div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user