diff options
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}} |
