Skip to content

Commit 50e4a52

Browse files
committed
Use an adminstrator as default contact
1 parent 9a67448 commit 50e4a52

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/modules/user/templates/forgotPassword.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
{{#if constants.supportContact}}
3131
{{t 'app.forgotpasswordfooter' supportContact=constants.supportContact}}
3232
{{else}}
33-
{{t 'app.forgotpasswordfooter' supportContact=(t 'app.vendor')}}
33+
{{t 'app.forgotpasswordfooter' supportContact=(t 'app.anadmin')}}
3434
{{/if}}
3535
</div>
3636
</div>

routes/lang/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"app.passwordtip": "Enter a new password below. The most secure passwords have a mix of numbers, letters (including capitals) and other characters.",
135135
"app.forgotpasswordblurb": "Enter the email address associated with your Adapt account, then click Continue.",
136136
"app.forgotpasswordfooter": "Contact %{supportContact} for help with restoring access to your account.",
137-
"app.vendor": "your authoring tool vendor",
137+
"app.anadmin": "an administrator",
138138
"app.hasyouremailchanged": "Has your email address changed?",
139139
"app.forgotpasswordsuccess": "Your request is being processed. If the details you provided match our records, you will receive further instructions via email.",
140140
"app.returnto": "Return to",

0 commit comments

Comments
 (0)