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>
<div class="select is-dark">
<b-select v-bind:placeholder="$t('Common.SelectServer')"
<b-select v-bind:placeholder="$t('Common.SelServer')"
@input="assignTag">
<option
v-for="option in pserver"

View file

@ -1,7 +1,7 @@
{
"Common": {
"AppName": "WebTools-NG",
"SelectServer": "Select Server",
"SelServer": "Select Server",
"Home": {
"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:",