diff --git a/yuyu/admin/billing_setting/templates/billing_setting/index.html b/yuyu/admin/billing_setting/templates/billing_setting/index.html index 2bf1611..718e1be 100644 --- a/yuyu/admin/billing_setting/templates/billing_setting/index.html +++ b/yuyu/admin/billing_setting/templates/billing_setting/index.html @@ -16,14 +16,24 @@
Please make sure all price is already configured before enable billing
- Enable - Reset Billing Data +Please make sure all price is already configured before enable billing
+ Enable + Reset Billing Data +{% trans "Are you sure to disable billing?" %}
+{% endblock %} + +{% block modal-footer %} + {% trans "No" %} + {% trans "Yes" %} +{% endblock %} \ No newline at end of file diff --git a/yuyu/admin/notification_center/templates/notification_center/index.html b/yuyu/admin/notification_center/templates/notification_center/index.html index 08ebdf3..1855c80 100644 --- a/yuyu/admin/notification_center/templates/notification_center/index.html +++ b/yuyu/admin/notification_center/templates/notification_center/index.html @@ -6,34 +6,30 @@