Changelog/little naming changes/fixes/new translations strings for #1056

This commit is contained in:
Bernd Bestel
2020-10-17 11:03:47 +02:00
parent cd65195532
commit e24f3143b5
7 changed files with 98 additions and 95 deletions

View File

@@ -95,11 +95,11 @@
</label>
</div>
<div class="checkbox">
<label for="product_display_purchased_date">
<label for="show_purchased_date_on_purchase">
<input type="checkbox"
class="user-setting-control"
id="product_display_purchased_date"
data-setting-key="product_display_purchased_date"> {{ $__t('Show purchased date on product purchase form to allow editing from default todays date') }}
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)') }}
</label>
</div>
</div>