This commit is contained in:
UKDTOM 2020-09-29 23:50:14 +02:00
parent 17820287ac
commit f1a52a7645
2 changed files with 3 additions and 2 deletions

View file

@ -100,7 +100,8 @@
}
}
},
"Ok": "OK"
"Ok": "OK",
"Reload": "Reload"
},
"Modules": {
"ET": {

View file

@ -20,7 +20,7 @@
</option>
</b-form-select >
<b-button size="sm" class="my-2 my-sm-0" @click="fetchServers" variant="warning">
<b-icon icon="arrow-clockwise" aria-hidden="true"></b-icon> Reload
<b-icon icon="arrow-clockwise" aria-hidden="true"></b-icon> {{ $t("Common.Reload") }}
</b-button>
</b-nav-form>
</b-navbar-nav>