Clarify stock settings label

This commit is contained in:
Bernd Bestel 2020-10-29 17:04:03 +01:00
parent ce49cfc0df
commit a578e81642
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
2 changed files with 2 additions and 2 deletions

View File

@ -1922,7 +1922,7 @@ msgstr ""
msgid "%s total value"
msgstr ""
msgid "Show purchased date on purchase form (otherwise the purchased date defaults to today)"
msgid "Show purchased date on purchase and inventory page (otherwise the purchased date defaults to today)"
msgstr ""
msgid "Common"

View File

@ -123,7 +123,7 @@
<input type="checkbox"
class="user-setting-control"
id="show_purchased_date_on_purchase"
data-setting-key="show_purchased_date_on_purchase"> {{ $__t('Show purchased date on purchase form (otherwise the purchased date defaults to today)') }}
data-setting-key="show_purchased_date_on_purchase"> {{ $__t('Show purchased date on purchase and inventory page (otherwise the purchased date defaults to today)') }}
</label>
</div>
</div>