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:
parent
0a5084eba4
commit
a99fa18968
1 changed files with 2 additions and 2 deletions
|
@ -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">'
|
||||
|
|
Loading…
Reference in a new issue