diff --git a/index.html b/index.html
index 15c8f99..35c692c 100644
--- a/index.html
+++ b/index.html
@@ -3979,8 +3979,8 @@
Dynamic Title
+ x-text="[status == 'active' || status == 'on_hold' ? $t('active') : status == 'limited' ? $t('limited') : status == 'expired' ? $t('expired') : $t('disabled')]"
+ :class="[status == 'active' || status == 'on_hold' ? 'bg-green-500' : status == 'limited' ? 'bg-red-600' : status == 'expired' ? 'bg-orange-600' : 'bg-gray-600']">
@@ -6277,4 +6277,4 @@