mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:35:08 +02:00
Merge pull request #814 from ctrlaltdavid/fix/fix-location-dialog
Rename field in Explore app's "add location" dialog
This commit is contained in:
commit
1e8b06f156
2 changed files with 2 additions and 4 deletions
|
@ -43,7 +43,7 @@
|
|||
lazy-validation>
|
||||
<v-row>
|
||||
<v-col cols="12" sm="6" md="4">
|
||||
<v-text-field v-model="domainName" :rules="domainNameRules" label="Domain Display Name *" required hint="This is the name that shows on the listing" persistent-hint></v-text-field>
|
||||
<v-text-field v-model="domainName" :rules="domainNameRules" label="Location Name *" required hint="This is the name that shows on the listing" persistent-hint></v-text-field>
|
||||
</v-col>
|
||||
<v-col cols="12" sm="6" md="4">
|
||||
<v-text-field v-model="owner" :rules="ownerRules" label="Owner *" hint="Owner name to show in listing" required persistent-hint></v-text-field>
|
||||
|
|
|
@ -2,9 +2,7 @@
|
|||
//
|
||||
// Created by Darlingnotin in 2019.
|
||||
// Copyright 2019 Darlingnotin
|
||||
//
|
||||
// App maintained in: https://github.com/kasenvr/Decentralized_GoTo_Experimental
|
||||
// App copied to: https://github.com/kasenvr/project-athena
|
||||
// Copyright 2020 Vircadia contributors.
|
||||
//
|
||||
// Distributed under the ISC license.
|
||||
// See the accompanying file LICENSE or https://opensource.org/licenses/ISC
|
||||
|
|
Loading…
Reference in a new issue