diff options
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> |
