diff options
author | Byron Jones <glob@mozilla.com> | 2015-09-03 19:23:40 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-09-03 19:23:40 +0200 |
commit | ea60d0087be05a15286315d2a51fa941e5fb0af2 (patch) | |
tree | ca0541bb02ff06a7955725fe61e2824659ac5efd | |
parent | 8d9ff852bc6e4cc09e4bfc79de1aa9a3400bb0ea (diff) | |
download | bugzilla-ea60d0087be05a15286315d2a51fa941e5fb0af2.tar.gz bugzilla-ea60d0087be05a15286315d2a51fa941e5fb0af2.tar.xz |
Bug 1201415 - add message informing users to check their mobile device's time if they have issues enrolling
-rw-r--r-- | template/en/default/account/prefs/mfa.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/account/prefs/mfa.html.tmpl b/template/en/default/account/prefs/mfa.html.tmpl index 5ffcf5847..2a2cdf220 100644 --- a/template/en/default/account/prefs/mfa.html.tmpl +++ b/template/en/default/account/prefs/mfa.html.tmpl @@ -105,7 +105,7 @@ </div> <p> - If you have problems enrolling, this may be due to an inaccruate time on your device.<br> + If you have problems enrolling, this may be due to an inaccurate time on your device.<br> Please check that the time on your device is accurate by visiting <b>http://time.is/</b>. </p> |