Skip to content

Commit

Permalink
Updated en_US transactions and fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspronko committed May 10, 2023
1 parent 094829b commit f342054
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pronko/selective-cache",
"description": "Selective Cache extension for Magento 2",
"version": "1.2.0",
"version": "1.2.1",
"type": "magento2-module",
"license": "MIT",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion etc/acl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<resource id="Magento_Backend::tools">
<resource id="Magento_Backend::cache">
<resource id="Magento_Backend::main_actions">
<resource id="Pronko_SelectiveCache::flush_invalidated_cache" title="Flush Invalided Cache" translate="title" sortOrder="30" />
<resource id="Pronko_SelectiveCache::flush_invalidated_cache" title="Flush Invalidated Cache" translate="title" sortOrder="30" />
</resource>
</resource>
</resource>
Expand Down
4 changes: 2 additions & 2 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
</field>
<field id="cronjob_clear_invalidated_cache" translate="label tooltip comment" type="text" sortOrder="20" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Set cronjob for clearing invalidated cache types</label>
<comment>Set time for cronjob (for example: * * * * * to run every minute)</comment>
<comment>Set time for cronjob (for example: * * * * * to run every minute)</comment>
</field>
</group>
</section>
</system>
</config>
</config>
12 changes: 7 additions & 5 deletions i18n/en_US.csv
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
"The following cache types have been successfully cleaned: %1","The following cache types have been successfully cleaned: %1"
"There are no invalidated cache types to be cleaned.","There are no invalidated cache types to be cleaned."
"Refresh Invalidated Cache","Refresh Invalidated Cache"
"Cache types cleared automatically: %1","Cache types cleared automatically: %1"
"Flush Invalidated Cache","Flush Invalidated Cache"
"Additionally you can %1 directly.","Additionally you can %1 directly."
"Flush Invalidaded Cache","Flush Invalided Cache"
"Following cache types were automatically cleared: ","Following cache types were automatically cleared: "
"Set cronjob for clearing invalidated cache types","Set cronjob for clearing invalidated cache types"
"Set time for cronjob (for example: * * * * * to run every minute)","Set time for cronjob (for example: * * * * * to run every minute)"
"Refresh Invalidated Cache","Refresh Invalidated Cache"
Pronko,Pronko
"Selective Cache","Selective Cache"
"Configure Cronjob","Configure Cronjob"
"Enable Cronjob","Enable Cronjob"
"Set cronjob for clearing invalidated cache types","Set cronjob for clearing invalidated cache types"
"Set time for cronjob (for example: * * * * * to run every minute)","Set time for cronjob (for example: * * * * * to run every minute)"

0 comments on commit f342054

Please sign in to comment.