diff options
| author | 2021-02-14 14:56:10 -0500 | |
|---|---|---|
| committer | 2021-02-14 20:56:10 +0100 | |
| commit | 5daee165dc73fcf74673f2ede1891dbd5821c9f4 (patch) | |
| tree | a3bf511a19f712a22aad7d3639151f915025a332 /app/layout/aside_subscription.phtml | |
| parent | 20a2b0e039daf2330bc13f721f42afbc158b391c (diff) | |
Change confusing naming for label (#3446)
Before, labels were referred to as tag which was confusing since
tags are content generated (retrieved from the feed) and label
are user generated.
Now, labels are properly named in their management page.
See #3444
Diffstat (limited to 'app/layout/aside_subscription.phtml')
| -rw-r--r-- | app/layout/aside_subscription.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/aside_subscription.phtml b/app/layout/aside_subscription.phtml index 15357a7d3..c4be8f2c0 100644 --- a/app/layout/aside_subscription.phtml +++ b/app/layout/aside_subscription.phtml @@ -10,7 +10,7 @@ </li> <li class="item<?= Minz_Request::controllerName() === 'tag' ? ' active' : '' ?>"> - <a href="<?= _url('tag', 'index') ?>"><?= _t('sub.menu.tag_management') ?></a> + <a href="<?= _url('tag', 'index') ?>"><?= _t('sub.menu.label_management') ?></a> </li> <li class="item<?= Minz_Request::controllerName() === 'importExport' ? ' active' : '' ?>"> |
