aboutsummaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorrr-2016-10-22 17:57:25 +0200
committerrr-2016-10-22 18:02:50 +0200
commit141c9fcdc9c694fbb822f23e4d2128d3ece8dfdb (patch)
tree66f7d21c99308a6a3140a7b02b1346ffdc4e7c24 /client
parent995cd4610dd5472bf6d9a5faf6559b7c8043783c (diff)
server/tags: merge also tag relations
Diffstat (limited to 'client')
-rw-r--r--client/html/tag_merge.tpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/client/html/tag_merge.tpl b/client/html/tag_merge.tpl
index 5c724c9..ea1a7ec 100644
--- a/client/html/tag_merge.tpl
+++ b/client/html/tag_merge.tpl
@@ -1,14 +1,14 @@
<div class='tag-merge'>
<form>
- <p>Proceeding will remove this tag and retag its posts with the tag
- specified below. Aliases, suggestions and implications are discarded
- and need to be handled manually.</p>
-
<ul>
<li class='target'>
<%= ctx.makeTextInput({required: true, text: 'Target tag', pattern: ctx.tagNamePattern}) %>
</li>
- <li class='confirm'>
+
+ <li>
+ <p>Usages in posts, suggestions and implications will be
+ merged. Category and aliases need to be handled manually.</p>
+
<%= ctx.makeCheckbox({required: true, text: 'I confirm that I want to merge this tag.'}) %>
</li>
</ul>

© 2015 - 2026 Jakob L. Kreuze