Skip to content

Commit

Permalink
fix: typo in locale files
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmet-cetinkaya committed Feb 10, 2024
1 parent 9feda61 commit 25b073b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
OtpAuthenticatorDontExists: "OTP authenticator don't exists."
AlreadyVerifiedOtpAuthenticatorIsExists: "Already verified OTP authenticator is exists."
EmailActivationKeyDontExists: "Email Activation Key don't exists."
UserDontExists: "User<int, int> don't exists."
UserHaveAlreadyAAuthenticator: "User<int, int> have already a authenticator."
UserDontExists: "User don't exists."
UserHaveAlreadyAAuthenticator: "User have already a authenticator."
RefreshDontExists: "Refresh don't exists."
InvalidRefreshToken: "Invalid refresh token."
UserMailAlreadyExists: "User<int, int> mail already exists."
UserMailAlreadyExists: "User mail already exists."
PasswordDontMatch: "Password don't match."
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
UserDontExists: "User<int, int> don't exists."
UserMailAlreadyExists: "User<int, int> mail already exists."
UserDontExists: "User don't exists."
UserMailAlreadyExists: "User mail already exists."
PasswordDontMatch: "Password don't match."

0 comments on commit 25b073b

Please sign in to comment.