mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: localization improvements (#3213)
* localization improvements * typo fix * fix linting error
This commit is contained in:
@ -69,7 +69,7 @@ const MemoCommentMessage = ({ inbox }: Props) => {
|
||||
["status"],
|
||||
);
|
||||
if (!silence) {
|
||||
toast.success("Archived");
|
||||
toast.success(t("message.archived-successfully"));
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user