Skip to content

Commit

Permalink
[i18n] Use 'handle' term as ATProto does
Browse files Browse the repository at this point in the history
  • Loading branch information
SigmaTel71 committed Nov 12, 2024
1 parent e1b70b9 commit 047e55b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lang/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,19 @@
"remove": "Remove"
},
"login": {
"identity": "Identity",
"handle": "Handle",
"password": "Password",
"loginButton": "Log in",
"resetPassword": "Reset password",
"errors": {
"connectionFailed": "Login failed due to network connection problems.",
"incorrectCredentials": "The identity or password provided is incorrect.",
"incorrectCredentials": "The handle or password provided is incorrect.",
"passwordResetDisabled": "The administrator had disabled password reset functionality. Contact them on %s to ask for a new password.",
"identityDisabled": "Your identity was disabled.",
"identityDisabledWithReason": "Your identity was disabled. Reason: %s",
"identityBanned": "Your identity was banned.",
"identityBannedWithReason": "Your identity was banned. Reason: %s",
"identityTempBannedWithReason": "Your identity was banned till %s. Reason: %s"
"handleDisabled": "Your handle was disabled.",
"handleDisabledWithReason": "Your handle was disabled. Reason: %s",
"handleBanned": "Your handle was banned.",
"handleBannedWithReason": "Your handle was banned. Reason: %s",
"handleTempBannedWithReason": "Your handle was banned till %s. Reason: %s"
}
},
"profileView": {
Expand All @@ -87,7 +87,7 @@
},
"connections": {
"title": "Connections",
"description": "Manage social media connections for this identity",
"description": "Manage social media connections for this handle",
"add": "Add connection",
"label": "Connection label",
"content": "Content"
Expand Down

0 comments on commit 047e55b

Please sign in to comment.