diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-09-16 14:51:36 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-09-16 14:51:36 +0300 |
| commit | 89c79c3ec394ea296753d9030948fde19fcdb693 (patch) | |
| tree | 213eb9828b04465c757c85381ad6532fea7fba46 /web/html/xui/form/protocol/vmess.html | |
| parent | 566cd9e9c4b7f10f19b7eb647c6c7cad4647ac44 (diff) | |
more details - vmess security
Diffstat (limited to 'web/html/xui/form/protocol/vmess.html')
| -rw-r--r-- | web/html/xui/form/protocol/vmess.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/protocol/vmess.html b/web/html/xui/form/protocol/vmess.html index 07d767e4..3c5200ac 100644 --- a/web/html/xui/form/protocol/vmess.html +++ b/web/html/xui/form/protocol/vmess.html @@ -10,7 +10,7 @@ <tr class="client-table-header"> <th>{{ i18n "pages.inbounds.email" }}</th> <th>ID</th> - <th>Security</th> + <th>{{ i18n "security" }}</th> </tr> <tr v-for="(client, index) in inbound.settings.vmesses" :class="index % 2 == 1 ? 'client-table-odd-row' : ''"> <td>[[ client.email ]]</td> |
