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/inbound_info_modal.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/inbound_info_modal.html')
| -rw-r--r-- | web/html/xui/inbound_info_modal.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
