diff --git a/src/lang/en.json b/src/lang/en.json index 5abf614c..e0e916f5 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -1,5 +1,6 @@ { "DS4.UserInteractionAddItem": "Add item", + "DS4.NotOwned": "No owner", "DS4.Description": "Description", "DS4.DescriptionAbbr": "Desc", "DS4.Details": "Details", diff --git a/src/templates/item/partials/description.hbs b/src/templates/item/partials/description.hbs index 64197ea4..fdfe6754 100644 --- a/src/templates/item/partials/description.hbs +++ b/src/templates/item/partials/description.hbs @@ -20,7 +20,7 @@ {{else}} -

Item isn't owned.

+ {{localize "DS4.NotOwned"}} {{/if}}