Skip to content

Commit e184e53

Browse files
committed
Fixing gravatar checkbox caption.
1 parent 4289d89 commit e184e53

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/forms/EditUserProfileForm/EditUserProfileForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const EditUserProfileForm = ({
105105
label={
106106
<FormattedMessage
107107
id="app.editUserProfile.gravatarEnabled"
108-
defaultMessage="Use Gravatar service for own avatar."
108+
defaultMessage="Use Gravatar service for own avatar"
109109
/>
110110
}
111111
/>

src/locales/cs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@
556556
"app.editUserProfile.emptyLocalPassword": "Lokální účet nemá nastavené heslo.",
557557
"app.editUserProfile.emptyLocalPasswordExplain": "Nebudete se moci přihlásit do ReCodExu pomocí lokálního účtu, dokud si nenastavíte heslo.",
558558
"app.editUserProfile.firstName": "Jméno:",
559-
"app.editUserProfile.gravatarEnabled": "Použít avatara ze služby Gravatar.",
559+
"app.editUserProfile.gravatarEnabled": "Použít avatara ze služby Gravatar",
560560
"app.editUserProfile.lastName": "Příjmení:",
561561
"app.editUserProfile.passwordInstructions": "Pokud nechcete změnit heslo, nechte tato pole prázná",
562562
"app.editUserProfile.passwordTitle": "Změna hesla",

src/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@
556556
"app.editUserProfile.emptyLocalPassword": "Local account does not have a password.",
557557
"app.editUserProfile.emptyLocalPasswordExplain": "You may not sign in to ReCodEx using local account until you set the password.",
558558
"app.editUserProfile.firstName": "Given Name:",
559-
"app.editUserProfile.gravatarEnabled": "Use Gravatar service for own avatar.",
559+
"app.editUserProfile.gravatarEnabled": "Use Gravatar service for own avatar",
560560
"app.editUserProfile.lastName": "Surname:",
561561
"app.editUserProfile.passwordInstructions": "If you do not want to change your password leave these inputs blank.",
562562
"app.editUserProfile.passwordTitle": "Change your password",

0 commit comments

Comments
 (0)