aboutsummaryrefslogtreecommitdiff
path: root/app/views/configure/archiving.phtml
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-07-06 10:12:37 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-07-06 10:12:37 +0200
commit3d3b33ea2e3f00a3de154086341c1fc2abcadc3e (patch)
treed3c33ece2febe091eee5a9cbde5e3e702c215d37 /app/views/configure/archiving.phtml
parent72924cb5fecce336dce5b252f719a50af0981f12 (diff)
Bug global TTL
https://github.com/marienfressinaud/FreshRSS/issues/250
Diffstat (limited to 'app/views/configure/archiving.phtml')
-rw-r--r--app/views/configure/archiving.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/configure/archiving.phtml b/app/views/configure/archiving.phtml
index 04fa19b0d..c9cc7fe02 100644
--- a/app/views/configure/archiving.phtml
+++ b/app/views/configure/archiving.phtml
@@ -25,7 +25,7 @@
</div>
</div>
<div class="form-group">
- <label class="group-name" for="ttl_default"><?php echo Minz_Translate::t('ttl'), ' ', Minz_Translate::t('by_feed'); ?></label>
+ <label class="group-name" for="ttl_default"><?php echo Minz_Translate::t('ttl'); ?></label>
<div class="group-controls">
<select class="number" name="ttl_default" id="ttl_default" required="required"><?php
$found = false;