diff options
| author | 2019-01-26 15:44:01 +0100 | |
|---|---|---|
| committer | 2019-01-26 15:44:01 +0100 | |
| commit | 8afc260e0999a0aa70f19cccf9700292403026f9 (patch) | |
| tree | f91ceb307069192f6c07951c34b13a602a583f9d /app/views | |
| parent | f311a257dda9996c746075ad3181c75ab3f5ca20 (diff) | |
i18n: oc fixes (#2231)
https://github.com/FreshRSS/FreshRSS/pull/2230
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/configure/display.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml index c6c08e3bc..58c4e219a 100644 --- a/app/views/configure/display.phtml +++ b/app/views/configure/display.phtml @@ -72,7 +72,7 @@ </div> <div class="form-group"> - <label class="group-name" for="theme"><?php echo _t('conf.display.icon.entry'); ?></label> + <label class="group-name"><?php echo _t('conf.display.icon.entry'); ?></label> <table> <thead> <tr> |
