diff --git a/single_pages/dashboard/store/products.php b/single_pages/dashboard/store/products.php index 875101bff..89aabce97 100644 --- a/single_pages/dashboard/store/products.php +++ b/single_pages/dashboard/store/products.php @@ -153,12 +153,12 @@ getSalePrice(); ?> - text("pSalePrice", $salePrice, ['placeholder' => 'No Sale Price Set']); ?> + text("pSalePrice", $salePrice, ['placeholder' => t('No Sale Price Set')]); ?>
label('pPriceSuggestions', t('Price Suggestions')) ?> - text('pPriceSuggestions', $product->getPriceSuggestions(), ['placeholder' => 'e.g. 10,20,30']) ?> + text('pPriceSuggestions', $product->getPriceSuggestions(), ['placeholder' => t('e.g. 10,20,30')]) ?>
@@ -169,7 +169,7 @@
getWholesalePrice(); ?> - text("pWholesalePrice", $wholesalePrice, array('placeholder'=>'No Wholesale Price Set'));?> + text("pWholesalePrice", $wholesalePrice, array('placeholder'=>t('No Wholesale Price Set')));?> @@ -198,7 +198,7 @@ getPriceMinimum(); ?> - text("pPriceMinimum", $minimumPrice, ['placeholder' => 'No Minimum Price Set']); ?> + text("pPriceMinimum", $minimumPrice, ['placeholder' => t('No Minimum Price Set')]); ?> @@ -210,7 +210,7 @@ getPriceMaximum(); ?> - text("pPriceMaximum", $maximumPrice, ['placeholder' => 'No Maximum Price Set']); ?> + text("pPriceMaximum", $maximumPrice, ['placeholder' => t('No Maximum Price Set')]); ?>