Skip to content

Commit

Permalink
Update Astroid Cache Module language
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Feb 23, 2023
1 parent bac910a commit 403edc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions language/en-GB/en-GB.astroid.ini
Original file line number Diff line number Diff line change
Expand Up @@ -990,6 +990,8 @@ ASTROID_SHORTCUT_DEL="DEL"
ASTROID_SHORTCUT_DELETE="Delete"
ASTROID_SHORTCUT_ESC="ESC"

;Astroid Module Clear Cache
ASTROID_CLEAR_CACHE="Astroid Clear Cache"

TPL_ASTROID_LAZYLOAD_IMAGE_SELECTION_DESC="Enter one image name each line to Include/Exclude images to be processed. For Example <br/> <code>image001.jpg</code><br/> <code>image_</code><br/> <code>.jpg</code>"

Expand Down
4 changes: 2 additions & 2 deletions modules/mod_astroid_clear_cache/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
<?php if ($app->getIdentity()->authorise('core.manage', 'com_modules')) : ?>
<a class="header-item-content astroid-clear-cache"
href="#"
title="<?php echo Text::_('Astroid Clear Cache'); ?>">
title="<?php echo Text::_('ASTROID_SHORTCUT_CACHE_DESC'); ?>">
<div class="header-item-icon">
<div class="w-auto">
<span class="icon-refresh" aria-hidden="true"></span>
</div>
</div>
<div class="header-item-text">
<?php echo Text::_('Astroid Clear Cache'); ?>
<?php echo Text::_('ASTROID_CLEAR_CACHE'); ?>
</div>
</a>
<?php endif; ?>

0 comments on commit 403edc0

Please sign in to comment.