aboutsummaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorGravatar killerog <killerog@hotmail.com> 2024-12-04 22:31:18 +0100
committerGravatar GitHub <noreply@github.com> 2024-12-04 22:31:18 +0100
commitb6f3bbe18525292ae38831344a4bd5e1b361b4e0 (patch)
treeaf6910be0107e088d02078f91bb64932db3d1291 /app/views
parentbe9b6c7290dddcd8b8b6a8926bd101b7123528b3 (diff)
#4870 opml category text field (#7053)
* Added OPML import field description * Update CREDITS.md Almost forgot to add myself to the credits * make fix-all * i18n:fr --------- Co-authored-by: Rogier Schoenmaker <rogier@spreadit.nl> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/views')
-rw-r--r--app/views/subscription/add.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/subscription/add.phtml b/app/views/subscription/add.phtml
index be44c4d62..e25f595e9 100644
--- a/app/views/subscription/add.phtml
+++ b/app/views/subscription/add.phtml
@@ -386,7 +386,7 @@
<form action="<?= _url('category', 'create') ?>" method="post">
<input type="hidden" name="_csrf" value="<?= FreshRSS_Auth::csrfToken() ?>" />
<div class="form-group">
- <label class="group-name" for="new-category"><?= _t('sub.category') ?></label>
+ <label class="group-name" for="new-category"><?= _t('sub.title.add_opml_category') ?></label>
<div class="group-controls">
<input id="new-category" name="new-category" type="text" required="required" autocomplete="off" />
</div>