diff --git a/js/apps/admin-ui/maven-resources/theme/keycloak.v2/admin/messages/messages_en.properties b/js/apps/admin-ui/maven-resources/theme/keycloak.v2/admin/messages/messages_en.properties
index b64a74ab51..6db0f9770c 100644
--- a/js/apps/admin-ui/maven-resources/theme/keycloak.v2/admin/messages/messages_en.properties
+++ b/js/apps/admin-ui/maven-resources/theme/keycloak.v2/admin/messages/messages_en.properties
@@ -3204,4 +3204,8 @@ noResultsFound=No results found
linkedOrganization=Linked organization
send=Send
redirectWhenEmailMatches=Redirect when email domain matches
-redirectWhenEmailMatchesHelp=Automatically redirect the user to this identity provider when the email domain matches the domain
\ No newline at end of file
+redirectWhenEmailMatchesHelp=Automatically redirect the user to this identity provider when the email domain matches the domain
+emailVerificationHelp=Specifies independent timeout for email verification.
+idpAccountEmailVerificationHelp=Specifies independent timeout for IdP account email verification.
+forgotPasswordHelp=Specifies independent timeout for forgot password.
+executeActionsHelp=Specifies independent timeout for execute actions.
\ No newline at end of file
diff --git a/js/apps/admin-ui/src/realm-settings/TokensTab.tsx b/js/apps/admin-ui/src/realm-settings/TokensTab.tsx
index 47bb223342..0abbf96e26 100644
--- a/js/apps/admin-ui/src/realm-settings/TokensTab.tsx
+++ b/js/apps/admin-ui/src/realm-settings/TokensTab.tsx
@@ -517,6 +517,12 @@ export const RealmSettingsTokensTab = ({
label={t("emailVerification")}
fieldId="emailVerification"
id="email-verification"
+ labelIcon={
+
+ }
>
+ }
>
+ }
>
+ }
>