diff options
| author | LoST <95422141+LoST202@users.noreply.github.com> | 2025-01-01 21:13:55 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-01 21:13:55 +0300 |
| commit | cc3252531b059e6f30ff95c3947e16221cd21507 (patch) | |
| tree | 25ebdb89e88c46a1c3ed9e6f9fb60e27c6c6ef9a /web/html/xui/form/client.html | |
| parent | 284731deebaef376dc2fc9a5a8dd7d47cd6654dd (diff) | |
Added "comment" in all languages (#2631)
- Added a "comment" in all languages
---------
Co-authored-by: mhsanaei <ho3ein.sanaei@gmail.com>
Diffstat (limited to 'web/html/xui/form/client.html')
| -rw-r--r-- | web/html/xui/form/client.html | 2 |
1 files changed, 1 insertions, 1 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"> |
