aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/duplicates.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyaggr3g470r/templates/duplicates.html')
-rw-r--r--pyaggr3g470r/templates/duplicates.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/pyaggr3g470r/templates/duplicates.html b/pyaggr3g470r/templates/duplicates.html
index 2c953fa3..86990473 100644
--- a/pyaggr3g470r/templates/duplicates.html
+++ b/pyaggr3g470r/templates/duplicates.html
@@ -8,8 +8,12 @@
<thead>
<tr>
<th>#</th>
- <th><span class="delete-all">Delete all</span></th>
- <th><span class="delete-all">Delete all</span></th>
+ <th align="center">
+ <span class="delete-all btn btn-default">{{ _('Delete all in this column') }}</span>
+ </th>
+ <th align="center">
+ <span class="delete-all btn btn-default">{{ _('Delete all in this column') }}</span>
+ </th>
</tr>
</thead>
<tbody>
bgstack15