fix: added string to toggle

This commit is contained in:
trashtemp 2022-01-21 00:13:13 +01:00
parent ad40197df9
commit 344519de00
No known key found for this signature in database
GPG key ID: D1F0DB65081B0FC6
2 changed files with 6 additions and 3 deletions

2
external/lang vendored

@ -1 +1 @@
Subproject commit 699af07d7b8806b4790b187a38987089ae99af25
Subproject commit 23fa802bb34ae10c082ac003c941a9270ce5ca3a

View file

@ -162,7 +162,7 @@ export default observer(({ channel, replies, setReplies }: Props) => {
<Base key={reply.id}>
<ReplyBase preview>
<div class="replyto">
<Text id="app.main.channel.replying" />
<Text id="app.main.channel.reply.replying" />
</div>
<div class="content">
<div class="username">
@ -229,7 +229,10 @@ export default observer(({ channel, replies, setReplies }: Props) => {
false,
);
}}>
<Tooltip content="Toggle author ping">
<Tooltip
content={
<Text id="app.main.channel.reply.toggle" />
}>
<span class="toggle">
<At size={15} />
<Text