Skip to content

Commit

Permalink
Improve proxy help message
Browse files Browse the repository at this point in the history
  • Loading branch information
ruihildt authored and simonasker committed Feb 14, 2023
1 parent 91fae26 commit ff12808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProxyDetails/ProxyDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ const { socksEnabled } = useSocksProxy();
<n-card :bordered="false" class="mb-4">
<ProxyConnect v-if="connected" />
<ProxyDisconnectMessage v-else-if="socksEnabled && (isLoading || isError)" />
<div v-else>You need to be connected to Mullvad to be able to use the proxy.</div>
<div v-else>Connect first to Mullvad VPN to use the proxy.</div>
</n-card>
</template>

0 comments on commit ff12808

Please sign in to comment.