mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 09:06:15 +01:00
fix: remove duplicate link to manage/tags in settings/tags
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
"max-per-topic": "Maximum Tags per Topic",
|
"max-per-topic": "Maximum Tags per Topic",
|
||||||
"min-length": "Minimum Tag Length",
|
"min-length": "Minimum Tag Length",
|
||||||
"max-length": "Maximum Tag Length",
|
"max-length": "Maximum Tag Length",
|
||||||
"goto-manage": "Click here to visit the tag management page.",
|
|
||||||
"related-topics": "Related Topics",
|
"related-topics": "Related Topics",
|
||||||
"max-related-topics": "Maximum related topics to display (if supported by theme)"
|
"max-related-topics": "Maximum related topics to display (if supported by theme)"
|
||||||
}
|
}
|
||||||
@@ -27,7 +27,6 @@
|
|||||||
<input id="maximumTagLength" type="text" class="form-control" value="15" data-field="maximumTagLength">
|
<input id="maximumTagLength" type="text" class="form-control" value="15" data-field="maximumTagLength">
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<a href="{config.relative_path}/admin/manage/tags">[[admin/settings/tags:goto-manage]]</a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user