localized "not owned" hint
This commit is contained in:
parent
29d34daa9a
commit
445febf478
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"DS4.UserInteractionAddItem": "Add item",
|
||||
"DS4.NotOwned": "No owner",
|
||||
"DS4.Description": "Description",
|
||||
"DS4.DescriptionAbbr": "Desc",
|
||||
"DS4.Details": "Details",
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<input type="text" data-dtype="String" name="data.storageLocation" value="{{data.storageLocation}}" />
|
||||
</div>
|
||||
{{else}}
|
||||
<p>Item isn't owned.</p>
|
||||
{{localize "DS4.NotOwned"}}
|
||||
{{/if}}
|
||||
</div>
|
||||
<div class="description">
|
||||
|
|
Loading…
Reference in a new issue