diff options
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/xui/form/client.html | 2 | ||||
| -rw-r--r-- | web/html/xui/inbound_info_modal.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/form/client.html b/web/html/xui/form/client.html index 11b24eae..cf4bc3ec 100644 --- a/web/html/xui/form/client.html +++ b/web/html/xui/form/client.html @@ -68,7 +68,7 @@ </template> <a-input-number style="width: 50%" v-model="client.tgId" min="0"></a-input-number> </a-form-item> - <a-form-item v-if="client.email" label='Comment'> + <a-form-item v-if="client.email" label='{{ i18n "comment" }}'> <a-input v-model.trim="client.comment"></a-input> </a-form-item> <a-form-item v-if="app.ipLimitEnable"> diff --git a/web/html/xui/inbound_info_modal.html b/web/html/xui/inbound_info_modal.html index 62db3801..b9ca2312 100644 --- a/web/html/xui/inbound_info_modal.html +++ b/web/html/xui/inbound_info_modal.html @@ -186,7 +186,7 @@ </td> </tr> <tr v-if="infoModal.clientSettings.comment"> - <td>Comment</td> + <td>{{ i18n "comment" }}</td> <td> <a-tooltip :title="[[ infoModal.clientSettings.comment ]]"> <a-tag class="info-large-tag">[[ infoModal.clientSettings.comment ]]</a-tag> |
