Skip to content
This repository was archived by the owner on May 9, 2022. It is now read-only.

Commit ac2c9ac

Browse files
committed
Small wording and link location changes for passwordless accounts
1 parent 57b441b commit ac2c9ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/partials/states/account_settings.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@ <h2 class='subheader'>Editing another user's Isaac account.</h2>
312312
</div>
313313
</div>
314314
<div ng-if="!user.hasSegueAccount">
315-
<p>You do not currently have a password set for this account, you are signed in using <span ng-repeat="account in user.linkedAccounts"><span ng-if="$middle">, </span><span ng-if="user.linkedAccounts.length > 1 && $last"> or </span>{{account | capitalize}}</span>.</p>
316-
<p>Please <a ui-sref="contact">contact us</a> if you would like to add password access to your account.</p>
315+
<p>You do not currently have a password set for this account; you sign in using <span ng-repeat="account in user.linkedAccounts"><span ng-if="$middle">, </span><span ng-if="user.linkedAccounts.length > 1 && $last"> or </span>{{account | capitalize}}</span>.</p>
316+
<p>Please <a ui-sref="contact({subject: 'Account Password'})">contact us</a> if you would like to add password access to your account.</p>
317317
</div>
318318
</ul>
319319
</div>

0 commit comments

Comments
 (0)