fix merge and var name error

This commit is contained in:
CPSO 2020-05-24 16:08:15 +02:00
commit a44d17396b
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@
</b-button> </b-button>
<div class="select is-dark"> <div class="select is-dark">
<b-select v-bind:placeholder="$t('Common.SelectServer')" <b-select v-bind:placeholder="$t('Common.SelServer')"
@input="assignTag"> @input="assignTag">
<option <option
v-for="option in pserver" v-for="option in pserver"

View file

@ -1,7 +1,7 @@
{ {
"Common": { "Common": {
"AppName": "WebTools-NG", "AppName": "WebTools-NG",
"SelectServer": "Select Server", "SelServer": "Select Server",
"Home": { "Home": {
"About": "@:Common.AppName is a tool that enables the use of tool modules to help with Plex Server management.", "About": "@:Common.AppName is a tool that enables the use of tool modules to help with Plex Server management.",
"Modules": "Tool Modules currently available are:", "Modules": "Tool Modules currently available are:",