bugfix: fix typo in connection dialog
Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
<v-progress-linear color="white" indeterminate></v-progress-linear>
|
<v-progress-linear color="white" indeterminate></v-progress-linear>
|
||||||
</v-card-text>
|
</v-card-text>
|
||||||
<v-card-text class="pt-5" v-if="!isConnecting && connectingFailed">
|
<v-card-text class="pt-5" v-if="!isConnecting && connectingFailed">
|
||||||
<p>{{ $t("App.CannotNotConnectTo") }}{{ parseInt(port) !== 80 && port !== "" ? hostname+":"+port : hostname }}.</p>
|
<p>{{ $t("App.CannotNotConnectTo") }} {{ parseInt(port) !== 80 && port !== "" ? hostname+":"+port : hostname }}.</p>
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<v-btn @click="reconnect" color="primary">{{ $t("App.TryAgain") }}</v-btn>
|
<v-btn @click="reconnect" color="primary">{{ $t("App.TryAgain") }}</v-btn>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user