Changed translation syntax to normal t() call and lazy lookup.

This commit is contained in:
Robin Klaus
2020-05-22 13:22:57 +10:00
parent da55956a6e
commit 53c0bcbd0b

View File

@@ -57,7 +57,7 @@
<button class="add_variant no-text icon-plus icon_link with-tip" data-stock-location-id="{{variant.stock_location_id}}" title="Add" data-action="add"></button>
</td>
{{else}}
<td><%= Spree.t(:out_of_stock) %></td>
<td><%= t('admin.subscriptions.stock.out_of_stock') %></td>
<td>0</td>
{{/if}}
</tr>