From 8c424ae4ab30327ac1d67958130515c25ab9c4a1 Mon Sep 17 00:00:00 2001 From: rr- Date: Fri, 17 Jun 2016 20:35:13 +0200 Subject: [PATCH] client/tags: fix link to used tags --- client/html/tag_delete.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/html/tag_delete.tpl b/client/html/tag_delete.tpl index b145f51..0d03f2c 100644 --- a/client/html/tag_delete.tpl +++ b/client/html/tag_delete.tpl @@ -2,7 +2,7 @@
<% if (ctx.tag.usages) { %>

For extra paranoia safety, only tags that are unused can be deleted.

-

Check which posts are tagged with <%= ctx.tag.names[0] %>.

+

Check which posts are tagged with <%= ctx.tag.names[0] %>.

<% } else { %>