diff --git a/apps/assets/templates/assets/_asset_group_bulk_update_modal.html b/apps/assets/templates/assets/_asset_group_bulk_update_modal.html
index 61ac04fa6..7df6c4ede 100644
--- a/apps/assets/templates/assets/_asset_group_bulk_update_modal.html
+++ b/apps/assets/templates/assets/_asset_group_bulk_update_modal.html
@@ -31,11 +31,11 @@
{% trans 'MFA certification' %}: |
- {% if user_object.otp_force_enabled %}
+ {% if user_object.mfa_force_enabled %}
{% trans 'Force enabled' %}
- {% elif user_object.otp_enabled%}
+ {% elif user_object.mfa_enabled%}
{% trans 'Enabled' %}
{% else %}
{% trans 'Disabled' %}
@@ -162,9 +162,9 @@
|
-
- |