Browse Source

Merge pull request #1028 from jitsi/fix-profile-title

Trivial fix of capital letters.
master
yanas 9 years ago
parent
commit
b96743f4de
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lang/main.json

+ 1
- 1
lang/main.json View File

@@ -133,7 +133,7 @@
133 133
         "setPasswordLabel": "Lock your room with a password."
134 134
     },
135 135
     "profile": {
136
-        "title": "PROFILE",
136
+        "title": "Profile",
137 137
         "setDisplayNameLabel": "Set your display name",
138 138
         "setEmailLabel": "Set your gravatar email"
139 139
     },

Loading…
Cancel
Save