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 @@
= Config::get('community_store.symbol'); ?>
getSalePrice(); ?>
- = $form->text("pSalePrice", $salePrice, ['placeholder' => 'No Sale Price Set']); ?>
+ = $form->text("pSalePrice", $salePrice, ['placeholder' => t('No Sale Price Set')]); ?>
= $form->label('pPriceSuggestions', t('Price Suggestions')) ?>
- = $form->text('pPriceSuggestions', $product->getPriceSuggestions(), ['placeholder' => 'e.g. 10,20,30']) ?>
+ = $form->text('pPriceSuggestions', $product->getPriceSuggestions(), ['placeholder' => t('e.g. 10,20,30')]) ?>
@@ -169,7 +169,7 @@
= Config::get('community_store.symbol');?>
getWholesalePrice(); ?>
- = $form->text("pWholesalePrice", $wholesalePrice, array('placeholder'=>'No Wholesale Price Set'));?>
+ = $form->text("pWholesalePrice", $wholesalePrice, array('placeholder'=>t('No Wholesale Price Set')));?>
@@ -198,7 +198,7 @@
= Config::get('community_store.symbol'); ?>
getPriceMinimum(); ?>
- = $form->text("pPriceMinimum", $minimumPrice, ['placeholder' => 'No Minimum Price Set']); ?>
+ = $form->text("pPriceMinimum", $minimumPrice, ['placeholder' => t('No Minimum Price Set')]); ?>
@@ -210,7 +210,7 @@
= Config::get('community_store.symbol'); ?>
getPriceMaximum(); ?>
- = $form->text("pPriceMaximum", $maximumPrice, ['placeholder' => 'No Maximum Price Set']); ?>
+ = $form->text("pPriceMaximum", $maximumPrice, ['placeholder' => t('No Maximum Price Set')]); ?>