diff options
| author | shahin-io <115543613+shahin-io@users.noreply.github.com> | 2024-01-09 12:10:40 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-09 12:10:40 +0300 |
| commit | 984b469c6feffa6d3523ab5e2caf44fe847c5af7 (patch) | |
| tree | f5f5b714bcb596194cfe85350edd659864b9812f /web/html/xui/inbound_info_modal.html | |
| parent | 96c4cfeb235339bedd8665f0226f0f7f7e8b83ed (diff) | |
Overall Enhancement (#1524)
Diffstat (limited to 'web/html/xui/inbound_info_modal.html')
| -rw-r--r-- | web/html/xui/inbound_info_modal.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/inbound_info_modal.html b/web/html/xui/inbound_info_modal.html index 0d8f850d..cf1a032b 100644 --- a/web/html/xui/inbound_info_modal.html +++ b/web/html/xui/inbound_info_modal.html @@ -164,7 +164,7 @@ </tr> </table> <template v-if="app.subSettings.enable && infoModal.clientSettings.subId"> - <a-divider>Subscription link</a-divider> + <a-divider>Subscription URL</a-divider> <a-row> <a-col :sx="24" :md="22"><a :href="[[ infoModal.subLink ]]" target="_blank">[[ infoModal.subLink ]]</a></a-col> <a-col :sx="24" :md="2" style="text-align: right;"> @@ -349,4 +349,4 @@ }); </script> -{{end}}
\ No newline at end of file +{{end}} |
