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
path: root/web/html
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
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')
-rw-r--r--web/html/xui/form/client.html2
-rw-r--r--web/html/xui/inbound_info_modal.html2
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>