Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions public/locales/en/chat.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"file": "file",
"image": "image",
"forward": "forward",
"forward_one_by_one": "Forward one by one",
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure if this is the right placement, I hope however that it simply highlights what needs to be changed :)

"voice_message": "voice message",
"voice": "Voice Chat",
"deafen": "Deafen",
Expand Down
2 changes: 1 addition & 1 deletion src/components/ForwardModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const ForwardModal: FC<IProps> = ({ mids, closeModal }) => {
name="forwardType"
id="forwardType"
/>
<span>逐条转发</span>
<span>{t("forward_one_by_one")}</span>
</label>
<Input
className="mb-8"
Expand Down