untag me is clearer name for untag

This commit is contained in:
Ted Unangst 2019-10-31 03:21:46 -04:00
parent 0a04051c42
commit e2c6652f62
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ changelog
+ Allow PDF attachments. For serious business only. + Allow PDF attachments. For serious business only.
+ "Untag" button to mute part of a thread. + "untag me" button to mute part of a thread.
++ Subscribe to hashtags. ++ Subscribe to hashtags.

View File

@ -113,7 +113,7 @@ Acknowledge reading this post.
Typically if it's a reply to one's own post. Typically if it's a reply to one's own post.
.It Ic save .It Ic save
Save this honk to make it easy to find later. Save this honk to make it easy to find later.
.It Ic untag .It Ic untag me
Sometimes a thread goes on entirely too long. Sometimes a thread goes on entirely too long.
Untag will hide further replies to the selected post, but without muting the Untag will hide further replies to the selected post, but without muting the
entire thread. entire thread.

View File

@ -114,7 +114,7 @@ in reply to: <a href="{{ .RID }}" rel=noreferrer>{{ .RID }}</a>
{{ else }} {{ else }}
<button onclick="return flogit(this, 'save', '{{ .Honk.XID }}');">save</button> <button onclick="return flogit(this, 'save', '{{ .Honk.XID }}');">save</button>
{{ end }} {{ end }}
<button onclick="return flogit(this, 'untag', '{{ .Honk.XID }}');">untag</button> <button onclick="return flogit(this, 'untag', '{{ .Honk.XID }}');">untag me</button>
<button><a href="/edit?xid={{ .Honk.XID }}">edit</a></button> <button><a href="/edit?xid={{ .Honk.XID }}">edit</a></button>
</div> </div>
</details> </details>