mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
fix: minor spelling and wording changes for en and de (#2096)
Minor spelling and wording changes I went through some of english and german localizations to correct or add minor things. Added `invalid-tag-name` to json. Which also means it should be translated elsewhere.
This commit is contained in:
@ -56,7 +56,7 @@ const CreateTagDialog: React.FC<Props> = (props: Props) => {
|
||||
|
||||
const handleSaveBtnClick = async () => {
|
||||
if (!validateTagName(tagName)) {
|
||||
toast.error("Invalid tag name");
|
||||
toast.error(t("tag-list.invalid-tag-name"));
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user