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>
|
||||
|
||||
<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"
|
||||
|
|
|
@ -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:",
|
||||
|
|
Loading…
Reference in a new issue