Skip to content

Commit

Permalink
Merge pull request #3510 from antobinary/adjust-name
Browse files Browse the repository at this point in the history
html5client change label "Version:" to "Client Build:"
  • Loading branch information
antobinary committed Dec 9, 2016
2 parents cc72188 + e154873 commit 7f6d28a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bigbluebutton-html5/imports/locales/en.json
Expand Up @@ -43,7 +43,7 @@
"app.leaveConfirmation.dismissLabel": "Cancel",
"app.leaveConfirmation.dismissDesc": "Closes and rejects the leave confirmation",
"app.about.title": "About",
"app.about.version": "Version:",
"app.about.version": "Client Build:",
"app.about.copyright": "Copyright:",
"app.about.confirmLabel": "OK",
"app.about.confirmDesc": "OK",
Expand Down
Expand Up @@ -9,7 +9,7 @@ const intlMessages = defineMessages({
},
version: {
id: 'app.about.version',
defaultMessage: 'default',
defaultMessage: 'Client Build:',
},
copyright: {
id: 'app.about.copyright',
Expand Down

0 comments on commit 7f6d28a

Please sign in to comment.