// small fixes in English Email php templates
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
{product} <?php echo t('is now available.'); ?>
|
||||
<?php echo t('{product} is now available.'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('This item is once again in-stock.'); ?><br /><br />
|
||||
|
||||
@@ -11,10 +11,10 @@
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
{product} <?php echo t('is almost out of stock.'); ?>
|
||||
<?php echo t('{product} is almost out of stock.'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('The stock cover is now less than the specified minimum of'); ?> <strong><span>{warning_coverage}.</span></strong><br /><br />
|
||||
<?php echo t('The stock cover is now less than the specified minimum of:'); ?> <strong><span>{warning_coverage}.</span></strong><br /><br />
|
||||
<strong><span><?php echo t('Current stock cover:'); ?></span></strong> {current_coverage}
|
||||
</span>
|
||||
</td>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<tr>
|
||||
<td class="box">
|
||||
<p>
|
||||
{product} <?php echo t('is nearly out of stock.'); ?>
|
||||
<?php echo t('{product} is nearly out of stock.'); ?>
|
||||
</p>
|
||||
<span>
|
||||
<?php echo t('The remaining stock is now less than the specified minimum of'); ?> <strong><span>{last_qty}.</span></strong><br /><br />
|
||||
|
||||
Reference in New Issue
Block a user