Skip to content

Commit

Permalink
Merge pull request #606 from tinola/main
Browse files Browse the repository at this point in the history
Update common.json
  • Loading branch information
sinamics authored Dec 16, 2024
2 parents 6fbfc1b + 827db23 commit a586403
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/adminPage/users/table/accounts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const Accounts = () => {
return (
<div className="flex items-center space-x-1">
<div>{email}</div>
{!mailIsVerified && (
{mailIsVerified && (
<span title="Email verification completed">
<Verified />
</span>
Expand Down
4 changes: 2 additions & 2 deletions src/locales/pl/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"id": "ID",
"created": "Utworzono",
"networks": "Sieci",
"lastseen": "Widz.",
"lastseen": "Widziano",
"group": "Grupa",
"account": "Konto",
"ipAssignments": {
Expand Down Expand Up @@ -935,4 +935,4 @@
}
}
}
}
}

0 comments on commit a586403

Please sign in to comment.