aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-11-14 13:12:00 +0100
committerGravatar GitHub <noreply@github.com> 2022-11-14 13:12:00 +0100
commitea808bb7c7b64862d7e94d2c593303275473d1d1 (patch)
treea6b6ff0e172feadddc0ca3de79ecb64c6edcb451 /app
parent330b1ab74a325ee1ad5d8be59f82d6f8bde2b3bf (diff)
fix: i18n string error (#4844)
Diffstat (limited to 'app')
-rw-r--r--app/views/feed/add.phtml4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/feed/add.phtml b/app/views/feed/add.phtml
index 8e1fe0bc9..8f5594526 100644
--- a/app/views/feed/add.phtml
+++ b/app/views/feed/add.phtml
@@ -59,10 +59,6 @@
</option>
<?php } ?>
</select>
-
- <span aria-hidden="true">
- <input type="text" name="new_category[name]" id="new_category_name" autocomplete="off" placeholder="<?= _t('sub.category.new') ?>" />
- </span>
</div>
</div>