diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-07-13 02:38:51 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-07-13 02:38:51 +0300 |
| commit | 76fdfb2ef2083563cebaca0f05d823653df18e05 (patch) | |
| tree | de87da29e698adca42c98fe1e7ac2ca102d42284 /web/html/xui/client_bulk_modal.html | |
| parent | 80180231872375c335a36f8d6bb79442277b823e (diff) | |
date format - jalalian
Diffstat (limited to 'web/html/xui/client_bulk_modal.html')
| -rw-r--r-- | web/html/xui/client_bulk_modal.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/web/html/xui/client_bulk_modal.html b/web/html/xui/client_bulk_modal.html index ca9210ff..5e6d1a1f 100644 --- a/web/html/xui/client_bulk_modal.html +++ b/web/html/xui/client_bulk_modal.html @@ -108,15 +108,16 @@ format="YYYY-MM-DD HH:mm:ss" :dropdown-class-name="themeSwitcher.currentTheme" v-model="clientsBulkModal.expiryTime"></a-date-picker> <persian-datepicker v-else placeholder='{{ i18n "pages.settings.datepickerPlaceholder" }}' - value="clientsBulkModal.expiryTime" v-model="clientsBulkModal.expiryTime"></persian-datepicker> + value="clientsBulkModal.expiryTime" v-model="clientsBulkModal.expiryTime"> + </persian-datepicker> </a-form-item> <a-form-item v-if="clientsBulkModal.expiryTime != 0"> <template slot="label"> - <span>{{ i18n "pages.client.renew" }}</span> <a-tooltip> <template slot="title"> <span>{{ i18n "pages.client.renewDesc" }}</span> </template> + {{ i18n "pages.client.renew" }} <a-icon type="question-circle"></a-icon> </a-tooltip> </template> |
