From 3c195eed9ff4f3208aed542669f5d151d1b408f2 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Fri, 15 May 2020 12:34:31 -0400 Subject: [PATCH] mark the idle dialog continue button for translation --- awx/ui/client/src/login/authenticationServices/timer.factory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/login/authenticationServices/timer.factory.js b/awx/ui/client/src/login/authenticationServices/timer.factory.js index a5678b51e4..4b4ae824c5 100644 --- a/awx/ui/client/src/login/authenticationServices/timer.factory.js +++ b/awx/ui/client/src/login/authenticationServices/timer.factory.js @@ -133,7 +133,7 @@ export default } else { var buttons = [{ - "label": "Continue", + "label": i18n._("Continue"), "onClick": function() { // make a rest call here to force the API to // move the session time forward