diff options
Diffstat (limited to 'web/html/settings/xray')
| -rw-r--r-- | web/html/settings/xray/outbounds.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/settings/xray/outbounds.html b/web/html/settings/xray/outbounds.html index a5211fca..1c099308 100644 --- a/web/html/settings/xray/outbounds.html +++ b/web/html/settings/xray/outbounds.html @@ -3,8 +3,8 @@ <a-row> <a-col :xs="12" :sm="12" :lg="12"> <a-space direction="horizontal" size="small"> - <a-button type="primary" icon="plus" @click="addOutbound()"> - {{ i18n "pages.xray.outbound.addOutbound" }} + <a-button type="primary" icon="plus" @click="addOutbound"> + <span v-if="!isMobile">{{ i18n "pages.xray.outbound.addOutbound" }}</span> </a-button> <a-button type="primary" icon="cloud" @click="showWarp()">WARP</a-button> </a-space> |
