mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 16:53:36 -05:00
fix: added string to toggle
This commit is contained in:
parent
ad40197df9
commit
344519de00
2 changed files with 6 additions and 3 deletions
2
external/lang
vendored
2
external/lang
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 699af07d7b8806b4790b187a38987089ae99af25
|
||||
Subproject commit 23fa802bb34ae10c082ac003c941a9270ce5ca3a
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue