Skip to content

Commit

Permalink
Translated acl rule title
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshsuhagiya committed Aug 11, 2018
1 parent 08b8956 commit 208c019
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/code/Magento/Braintree/etc/acl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<resource id="Magento_Backend::admin">
<resource id="Magento_Reports::report">
<resource id="Magento_Reports::salesroot">
<resource id="Magento_Braintree::settlement_report" title="Braintree Settlement" sortOrder="80" />
<resource id="Magento_Braintree::settlement_report" title="Braintree Settlement" translate="title" sortOrder="80" />
</resource>
</resource>
</resource>
Expand Down
3 changes: 2 additions & 1 deletion app/code/Magento/Braintree/i18n/en_US.csv
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,5 @@ Currency,Currency
"Partial settlements are not supported by this processor.","Partial settlements are not supported by this processor."
"Transaction can not be voided if status of a PayPal partial settlement child transaction is settlement_pending.","Transaction can not be voided if status of a PayPal partial settlement child transaction is settlement_pending."
"Too many concurrent attempts to refund this transaction. Try again later.","Too many concurrent attempts to refund this transaction. Try again later."
"Too many concurrent attempts to void this transaction. Try again later.","Too many concurrent attempts to void this transaction. Try again later."
"Too many concurrent attempts to void this transaction. Try again later.","Too many concurrent attempts to void this transaction. Try again later."
"Braintree Settlement","Braintree Settlement"
2 changes: 1 addition & 1 deletion app/code/Magento/TaxImportExport/etc/acl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<resource id="Magento_Backend::admin">
<resource id="Magento_Backend::system">
<resource id="Magento_Backend::convert">
<resource id="Magento_TaxImportExport::import_export" title="Import/Export Tax Rates" sortOrder="30" />
<resource id="Magento_TaxImportExport::import_export" title="Import/Export Tax Rates" translate="title" sortOrder="30" />
</resource>
</resource>
</resource>
Expand Down
1 change: 1 addition & 0 deletions app/code/Magento/TaxImportExport/i18n/en_US.csv
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ Rate,Rate
"Export Tax Rates","Export Tax Rates"
CSV,CSV
"Excel XML","Excel XML"
"Import/Export Tax Rates","Import/Export Tax Rates"

0 comments on commit 208c019

Please sign in to comment.