untag me is clearer name for untag
This commit is contained in:
parent
0a04051c42
commit
e2c6652f62
|
@ -4,7 +4,7 @@ changelog
|
|||
|
||||
+ 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.
|
||||
|
||||
|
|
|
@ -113,7 +113,7 @@ Acknowledge reading this post.
|
|||
Typically if it's a reply to one's own post.
|
||||
.It Ic save
|
||||
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.
|
||||
Untag will hide further replies to the selected post, but without muting the
|
||||
entire thread.
|
||||
|
|
|
@ -114,7 +114,7 @@ in reply to: <a href="{{ .RID }}" rel=noreferrer>{{ .RID }}</a>
|
|||
{{ else }}
|
||||
<button onclick="return flogit(this, 'save', '{{ .Honk.XID }}');">save</button>
|
||||
{{ 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>
|
||||
</div>
|
||||
</details>
|
||||
|
|
Loading…
Reference in New Issue