diff options
| author | 2022-11-14 13:12:00 +0100 | |
|---|---|---|
| committer | 2022-11-14 13:12:00 +0100 | |
| commit | ea808bb7c7b64862d7e94d2c593303275473d1d1 (patch) | |
| tree | a6b6ff0e172feadddc0ca3de79ecb64c6edcb451 /app/views/feed/add.phtml | |
| parent | 330b1ab74a325ee1ad5d8be59f82d6f8bde2b3bf (diff) | |
fix: i18n string error (#4844)
Diffstat (limited to 'app/views/feed/add.phtml')
| -rw-r--r-- | app/views/feed/add.phtml | 4 |
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> |
