Correcting typos and update the install script

This commit is contained in:
Félix Aime
2021-02-11 19:31:53 +01:00
parent 02db459913
commit 7e962bd4f5
4 changed files with 23 additions and 5 deletions

View File

@ -54,7 +54,7 @@
"mac_address": "Adresse MAC :",
"high": "elevee",
"moderate": "moyenne",
"low": "base"
"low": "basse"
},
"wifi-select": {
"already_connected_question": "Vous semblez être connecté à un réseau.<br />Voulez-vous utiliser cette connexion ?",

View File

@ -38,7 +38,7 @@
</div>
<div v-else class="none-wrapper">
<div class="center">
<h1 class="warning-title">{{ $t("report.fine_msg") }}</h1>
<h1 class="warning-title"v-html="$t("report.fine_msg")"></h1>
<button class="btn btn-report-low-light" v-on:click="save_capture()">{{ $t("report.save_capture") }}</button>
<button class="btn btn-report-low" v-on:click="new_capture()">{{ $t("report.start_new_capture") }}</button>
</div>