Browse Source

Merge pull request #2617 from virtuacoplenny/lenny/info-dialog-again

fix(info): update copy text to find correct var
master
Emil Ivov 7 years ago
parent
commit
04bd4a9038
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lang/main.json

+ 1
- 1
lang/main.json View File

@@ -503,7 +503,7 @@
503 503
         "dialInConferenceID": "PIN: __conferenceID__#",
504 504
         "dialInNotSupported": "Sorry, dialing in is currently not suppported.",
505 505
         "genericError": "Whoops, something went wrong.",
506
-        "invitePhone": "To join by phone, dial __number__ and enter this PIN: __pin__#",
506
+        "invitePhone": "To join by phone, dial __number__ and enter this PIN: __conferenceID__#",
507 507
         "invitePhoneAlternatives": "To view more phone numbers, click this link: __url__",
508 508
         "inviteURL": "To join the video meeting, click this link: __url__",
509 509
         "moreNumbers": "More numbers",

Loading…
Cancel
Save