Fix casing in settings to match official guidelines
This commit is contained in:
parent
8fe741ba10
commit
edbdcd32ce
2 changed files with 23 additions and 25 deletions
|
|
@ -24,7 +24,7 @@
|
|||
<pre class="media-db-plugin-property-mapping-element-property-name"><code>{property.property}</code></pre>
|
||||
</div>
|
||||
{#if property.locked}
|
||||
<div class="media-db-plugin-property-binding-text">property can not be remapped</div>
|
||||
<div class="media-db-plugin-property-binding-text">property cannot be remapped</div>
|
||||
{:else}
|
||||
<select class="dropdown" bind:value={property.mapping}>
|
||||
{#each propertyMappingOptions as remappingOption}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue