fix: added string to toggle

pull/1049/head
trashtemp 2022-01-21 00:13:13 +01:00
parent c30d8b2873
commit 9f32fc3ab4
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