summaryrefslogtreecommitdiff
path: root/js/CommonFilters.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-12 12:12:31 +0300
committerAndrew Dolgov <[email protected]>2021-02-12 12:12:31 +0300
commit9804a17b7937968e7ed21a7076f194890d994ec7 (patch)
treef336b6cc43fef941d3f7471c4ee00a2918c303d4 /js/CommonFilters.js
parenta72171f8ef908686ac7481c2c9ea3078960bb4ef (diff)
fix typo
Diffstat (limited to 'js/CommonFilters.js')
-rw-r--r--js/CommonFilters.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/CommonFilters.js b/js/CommonFilters.js
index 61e6b2f95..356ab8bd3 100644
--- a/js/CommonFilters.js
+++ b/js/CommonFilters.js
@@ -257,7 +257,7 @@ const Filters = {
<ul class='panel panel-scrollable list list-unstyled' id='prefFilterTestResultList'></ul>
<footer class='text-center'>
- <button dojoType='dijit.form.Button' onclick="dijit.byId('filterTestDlg').hide()"><?php echo __('Close this window') ?></button>
+ <button dojoType='dijit.form.Button' type='submit' class='alt-primary'>${__('Close this window')}</button>
</footer>
`
});