summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/widgets/SyncOTPScreen.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/src/freeipa/widgets/SyncOTPScreen.js')
-rw-r--r--install/ui/src/freeipa/widgets/SyncOTPScreen.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/ui/src/freeipa/widgets/SyncOTPScreen.js b/install/ui/src/freeipa/widgets/SyncOTPScreen.js
index 13c47ae88..f7e4fedab 100644
--- a/install/ui/src/freeipa/widgets/SyncOTPScreen.js
+++ b/install/ui/src/freeipa/widgets/SyncOTPScreen.js
@@ -179,6 +179,8 @@ define(['dojo/_base/declare',
constructor: function(spec) {
spec = spec || {};
+ this.aside = "<p>" + this.otp_info_msg + "</p>";
+
this.sync_fail = text.get(spec.sync_fail || '@i18n:password.otp_sync_fail',
this.sync_fail);