Merge pull request #1028 from jitsi/fix-profile-title
Trivial fix of capital letters.
This commit is contained in:
commit
b96743f4de
|
@ -133,7 +133,7 @@
|
|||
"setPasswordLabel": "Lock your room with a password."
|
||||
},
|
||||
"profile": {
|
||||
"title": "PROFILE",
|
||||
"title": "Profile",
|
||||
"setDisplayNameLabel": "Set your display name",
|
||||
"setEmailLabel": "Set your gravatar email"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue