diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 013a684a7c..289b8aa17f 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -442,6 +442,7 @@ verify = Verify
 unauthorized_credentials = Credentials are incorrect or have expired. Retry your command or see %s for more information
 scratch_code = Scratch code
 use_scratch_code = Use a scratch code
+use_onetime_code = Use a one-time code
 twofa_scratch_used = You have used your scratch code. You have been redirected to the two-factor settings page so you may remove your device enrollment or generate a new scratch code.
 twofa_passcode_incorrect = Your passcode is incorrect. If you misplaced your device, use your scratch code to sign in.
 twofa_scratch_token_incorrect = Your scratch code is incorrect.
diff --git a/templates/user/auth/twofa_scratch.tmpl b/templates/user/auth/twofa_scratch.tmpl
index 23ad77f2a9..7d7e3c1b54 100644
--- a/templates/user/auth/twofa_scratch.tmpl
+++ b/templates/user/auth/twofa_scratch.tmpl
@@ -16,6 +16,7 @@
 
 					<div class="inline field">
 						<button class="ui primary button">{{ctx.Locale.Tr "auth.verify"}}</button>
+						<a href="{{AppSubUrl}}/user/two_factor">{{ctx.Locale.Tr "auth.use_onetime_code"}}</a>
 					</div>
 				</div>
 			</form>