Bug 34227: (QA follow-up) Fix translation issue and add a space

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Katrin Fischer 2023-09-21 20:40:22 +00:00 committed by Tomas Cohen Arazi
parent 0a5084eba4
commit a99fa18968
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -397,7 +397,7 @@
+ ' <a href="#" id="clear_all" class="btn btn-link"><i class="fa fa-times"></i> '
+ _("Clear selection")
+ ' </a>'
+ ' <div class="btn-group"><button class="btn btn-default btn-sm dropdown-toggle" id="export-button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">' + _("Export all results to") + '<span class="caret"></span></button>'
+ ' <div class="btn-group"><button class="btn btn-default btn-sm dropdown-toggle" id="export-button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">' + _("Export all results to") + ' <span class="caret"></span></button>'
+ ' <ul class="dropdown-menu">'
+ ' <li><a href="#" id="csvExportLink">' + _("CSV") + '</a></li>'
+ ' <li><a href="#" id="barcodesExportLink">' + _("Barcode file") + '</a></li>'
@ -422,7 +422,7 @@
table += ''
+ ' <div id="table_search_selections" class="btn-group" style="display:none;">'
+ ' <span></span>'
+ ' <a href="#" id="clear-row-selection"><i class="fa fa-times"></i> Clear</a>'
+ ' <a href="#" id="clear-row-selection"><i class="fa fa-times"></i> ' + _("Clear") + '</a>'
+ ' </div>'
+ ' </div>'
+ ' <table id="results">'