Skip to content

Commit

Permalink
Update settings-connection.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolando Townsend authored Sep 20, 2024
1 parent 13e2444 commit 19ae3ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui/src/components/settings/settings-connection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
:checked="!isOpenVPN"
@click="onVpnChange"
/>
<label class="defColor" for="wireguard">Wireguard</label>
<label class="defColor" for="wireguard">WireGuard</label>
</div>
</div>

Expand Down Expand Up @@ -251,9 +251,9 @@
</div>
</div>

<!-- Wireguard -->
<!-- WireGuard -->
<div v-show="!isOpenVPN">
<div class="settingsBoldFont" tabindex="0">Wireguard configuration:</div>
<div class="settingsBoldFont" tabindex="0">WireGuard configuration:</div>

<div
v-bind:class="{ disabled: prefferedPorts.length <= 1 }"
Expand Down Expand Up @@ -363,7 +363,7 @@
</div>

<div v-if="IsAccountActive">
<div class="settingsBoldFont" tabindex="0">Wireguard key information:</div>
<div class="settingsBoldFont" tabindex="0">WireGuard key information:</div>

<spinner :loading="isProcessing" />
<div class="flexRow paramBlockDetailedConfig" tabindex="0">
Expand Down

0 comments on commit 19ae3ed

Please sign in to comment.