mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-22 11:03:13 +00:00
fix merge and var name error
This commit is contained in:
commit
a44d17396b
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
|
@ -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:",
|
||||||
|
|
Loading…
Reference in a new issue