Skip to content

Commit

Permalink
Merge pull request iNextrix#713 from iNextrix/ASTPPCOM-915_product_re…
Browse files Browse the repository at this point in the history
…name

[FIX]Dashboard page - Rename box for 'Products' is not proper
  • Loading branch information
devangn authored Sep 22, 2023
2 parents ddaa7ac + 08ccc4e commit e33792e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function get_current_data(){
<div class="bg-primary card col-12 text-light">
<div class="col-lg-8 col-7 float-left py-5 px-4 ">
<div class="h1" id="product_count">0</div>
<h3><?php echo gettext('Products') ?></h3>
<h3><?php echo gettext('My Products') ?></h3>
</div>
<div class="col-lg-4 col-5 float-left py-5 px-4 ">
<i class="fa fa-archive fa-4x float-left"></i>
Expand Down

0 comments on commit e33792e

Please sign in to comment.