+
+
diff --git a/ui-ngx/src/app/modules/home/pages/security/security.component.html b/ui-ngx/src/app/modules/home/pages/security/security.component.html
index 8daa2f63ae..4a43db2ce7 100644
--- a/ui-ngx/src/app/modules/home/pages/security/security.component.html
+++ b/ui-ngx/src/app/modules/home/pages/security/security.component.html
@@ -66,15 +66,15 @@
+ [disabled]="(isLoading$ | async)"
+ *ngIf="twoFactorAuth.get(provider).value && provider !== twoFactorAuthProviderType.BACKUP_CODE && !activeSingleProvider">
security.2fa.main-2fa-method
- Get new code
+ {{ 'security.2fa.get-new-code' | translate }}
diff --git a/ui-ngx/src/assets/locale/locale.constant-en_US.json b/ui-ngx/src/assets/locale/locale.constant-en_US.json
index 485960c2e2..07817603dd 100644
--- a/ui-ngx/src/assets/locale/locale.constant-en_US.json
+++ b/ui-ngx/src/assets/locale/locale.constant-en_US.json
@@ -2590,6 +2590,7 @@
"authenticate-with": "You can authenticate with:",
"disable-2fa-provider-text": "Disabling {{name}} will make your account less secure",
"disable-2fa-provider-title": "Are you sure you want to disable {{name}}?",
+ "get-new-code": "Get new code",
"main-2fa-method": "Use as main two-factor authentication method",
"dialog": {
"activation-step-description-email": "The next time you login in, you will be prompted to enter the security code that will be sent to your email address.",