-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #326 from gitjul/physician/unverified-register-mes…
…sage Add link to registration form to the unverified user welcome message
- Loading branch information
Showing
8 changed files
with
176 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"welcome": "Welcome, ", | ||
"unverifiedUserMessage": "You have been granted READ-ONLY access to rate, review, and flag answers until your account has been verified. Please submit a Physician Registration form if you have not already done so. Thank you.", | ||
"welcome": "[DE] Welcome, {{userFullName}}", | ||
"unverifiedUserMessage": "[DE] You have been granted READ-ONLY access to rate, review, and flag answers until your account has been verified. Please submit <0>a Physician Registration form</0> if you have not already done so. Thank you.", | ||
"buttons": { | ||
"answeredQuestions": "Answered Questions", | ||
"unansweredQuestions": "Unanswered Questions", | ||
"televideo": "Televideo", | ||
"logOut": "Log out" | ||
"answeredQuestions": "[DE] Answered Questions", | ||
"unansweredQuestions": "[DE] Unanswered Questions", | ||
"televideo": "[DE] Televideo", | ||
"logOut": "[DE] Log out" | ||
}, | ||
"errorMessage": "Sorry, something went wrong!" | ||
"errorMessage": "[DE] Sorry, something went wrong!" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"welcome": "Welcome, ", | ||
"unverifiedUserMessage": "You have been granted READ-ONLY access to rate, review, and flag answers until your account has been verified. Please submit a Physician Registration form if you have not already done so. Thank you.", | ||
"welcome": "[hi-IN] Welcome, {{userFullName}}", | ||
"unverifiedUserMessage": "[hi-IN] You have been granted READ-ONLY access to rate, review, and flag answers until your account has been verified. Please submit <0>a Physician Registration form</0> if you have not already done so. Thank you.", | ||
"buttons": { | ||
"answeredQuestions": "Answered Questions", | ||
"unansweredQuestions": "Unanswered Questions", | ||
"televideo": "Televideo", | ||
"logOut": "Log out" | ||
"answeredQuestions": "[hi-IN] Answered Questions", | ||
"unansweredQuestions": "[hi-IN] Unanswered Questions", | ||
"televideo": "[hi-IN] Televideo", | ||
"logOut": "[hi-IN] Log out" | ||
}, | ||
"errorMessage": "Sorry, something went wrong!" | ||
"errorMessage": "[hi-IN] Sorry, something went wrong!" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"welcome": "Welcome, ", | ||
"unverifiedUserMessage": "You have been granted READ-ONLY access to rate, review, and flag answers until your account has been verified. Please submit a Physician Registration form if you have not already done so. Thank you.", | ||
"welcome": "[ko-KR] Welcome, {{userFullName}}", | ||
"unverifiedUserMessage": "[ko-KR] You have been granted READ-ONLY access to rate, review, and flag answers until your account has been verified. Please submit <0>a Physician Registration form</0> if you have not already done so. Thank you.", | ||
"buttons": { | ||
"answeredQuestions": "Answered Questions", | ||
"unansweredQuestions": "Unanswered Questions", | ||
"televideo": "Televideo", | ||
"logOut": "Log out" | ||
"answeredQuestions": "[ko-KR] Answered Questions", | ||
"unansweredQuestions": "[ko-KR] Unanswered Questions", | ||
"televideo": "[ko-KR] Televideo", | ||
"logOut": "[ko-KR] Log out" | ||
}, | ||
"errorMessage": "Sorry, something went wrong!" | ||
"errorMessage": "[ko-KR] Sorry, something went wrong!" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"welcome": "Welcome, ", | ||
"unverifiedUserMessage": "You have been granted READ-ONLY access to rate, review, and flag answers until your account has been verified. Please submit a Physician Registration form if you have not already done so. Thank you.", | ||
"welcome": "[zh-cn] Welcome, ", | ||
"unverifiedUserMessage": "[zh-cn] You have been granted READ-ONLY access to rate, review, and flag answers until your account has been verified. Please submit a Physician Registration form if you have not already done so. Thank you.", | ||
"buttons": { | ||
"answeredQuestions": "Answered Questions", | ||
"unansweredQuestions": "Unanswered Questions", | ||
"televideo": "Televideo", | ||
"logOut": "Log out" | ||
"answeredQuestions": "[zh-cn] Answered Questions", | ||
"unansweredQuestions": "[zh-cn] Unanswered Questions", | ||
"televideo": "[zh-cn] Televideo", | ||
"logOut": "[zh-cn] Log out" | ||
}, | ||
"errorMessage": "Sorry, something went wrong!" | ||
"errorMessage": "[zh-cn] Sorry, something went wrong!" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.