Skip to content

Commit

Permalink
fix translation key
Browse files Browse the repository at this point in the history
  • Loading branch information
sickelap committed Nov 8, 2023
1 parent 799be1a commit 1c47189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modals/ModalUserEdit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export function ModalUserEdit(props: Props) {
false
);
if (exist) {
return t("modaluseredit.errorusernametaken");
return t("modaluseredit.errorusernameexists");
}
return null;
};
Expand Down

0 comments on commit 1c47189

Please sign in to comment.