Skip to content

Commit

Permalink
Update label & content
Browse files Browse the repository at this point in the history
  • Loading branch information
haitv282 committed Nov 2, 2018
1 parent b30220e commit a7463cb
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
@@ -1 +1 @@
CHANGELOG: https://www.mageplaza.com/releases/reports
CHANGELOG: https://www.mageplaza.com/releases/reports/
2 changes: 1 addition & 1 deletion USER-GUIDE.md
Expand Up @@ -6,7 +6,7 @@
- Download from our Live site: https://www.mageplaza.com/magento-2-reports-extension/
- Get Support: https://github.com/mageplaza/magento-2-reports/issues
- Contribute on Github: https://github.com/mageplaza/magento-2-reports
- Changelog: https://www.mageplaza.com/releases/reports
- Changelog: https://www.mageplaza.com/releases/reports/
- License https://www.mageplaza.com/LICENSE.txt


Expand Down
Binary file modified UserGuide.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -2,7 +2,7 @@
"name": "mageplaza/module-reports",
"description": "Magento 2 Reports Extension",
"require": {
"mageplaza/module-core": "^1.3.12"
"mageplaza/module-core": "^1.4.0"
},
"type": "magento2-module",
"version": "1.1.1",
Expand Down
17 changes: 13 additions & 4 deletions i18n/en_US.csv
Expand Up @@ -17,16 +17,25 @@ Tax,Tax
"Top Search Terms","Top Search Terms"
Totals,Totals
Dashboard,Dashboard
"Please upgrade to %1 version to see more detail","Please upgrade to %1 version to see more detail"
"All Websites","All Websites"
"compare with","compare with"
Card,Card
"View Details","View Details"
"Please upgrade to %1 version to see more detail","Please upgrade to %1 version to see more detail"
"Chart is disabled. To enable the chart, click <a href='%1'>here</a>","Chart is disabled. To enable the chart, click <a href='%1'>here</a>"
"Let’s experience your new dashboard","Let’s experience your new dashboard"
"Hi there! Better reports are available","Hi there! Better reports are available"
"We couldn't find any records.","We couldn't find any records."
"Group By","Group By"
Day,Day
Week,Week
Month,Month
Year,Year
"Let’s experience your new dashboard","Let’s experience your new dashboard"
"Hello there! Better reports are available","Hello there! Better reports are available"
"Mageplaza Advanced Reporting","Mageplaza Advanced Reporting"
"Gain new insights and take command of your business' performance, using our dynamic product, order, and customer reports tailored to your customer data.","Gain new insights and take command of your business' performance, using our dynamic product, order, and customer reports tailored to your customer data."
"The better reports provides ecommerce insights across performance metrics, product sales, customers, and cost of goods sold. Instantly measure metrics like customer lifetime value, gross margin, net profit, and more to build and automate high-quality ecommerce reports.","The better reports provides ecommerce insights across performance metrics, product sales, customers, and cost of goods sold. Instantly measure metrics like customer lifetime value, gross margin, net profit, and more to build and automate high-quality ecommerce reports."
"Try to use new Dashboard","Try to use new Dashboard"
Continue,Continue
"Mageplaza Reports Dashboard","Mageplaza Reports Dashboard"
Reports,Reports
"General Configuration","General Configuration"
"Module Enable","Module Enable"
Expand Down
2 changes: 1 addition & 1 deletion view/adminhtml/templates/dashboard.phtml
Expand Up @@ -116,7 +116,7 @@ $params = $block->getRequest()->getParams();
if (href === '') {
if (!$(this).parent().find('.upgrade-nof').length) {
$(this).parent().append('<div class="upgrade-nof">' +
'<?php echo __('Please upgrade to %1 version to see more detail', '<a href="#">Pro</a>') ?>'
'<?php echo __('Please upgrade to %1 version to see more detail', '<a href="https://www.mageplaza.com/magento-2-reports-extension/#pricing-table" target="_blank">Pro</a>') ?>'
+ '</div>');
}
e.stopPropagation();
Expand Down

0 comments on commit a7463cb

Please sign in to comment.