Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoST <95422141+LoST202@users.noreply.github.com>2025-01-01 21:13:55 +0300
committerGitHub <noreply@github.com>2025-01-01 21:13:55 +0300
commitcc3252531b059e6f30ff95c3947e16221cd21507 (patch)
tree25ebdb89e88c46a1c3ed9e6f9fb60e27c6c6ef9a /web/html/xui/form/client.html
parent284731deebaef376dc2fc9a5a8dd7d47cd6654dd (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.html2
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">