MDL-69473 contentbank: change incorrect ref to size in type column

This commit is contained in:
Sara Arjona
2020-08-14 08:54:20 +02:00
parent 61d4bf3f88
commit 507d51eebf
+1 -1
View File
@@ -125,7 +125,7 @@ data-region="contentbank">
<div class="cb-type cb-column d-flex last">
<div class="title">{{#str}} type, contentbank {{/str}}</div>
<button class="btn btn-sm cb-btnsort dir-none ml-auto" data-string="type" data-action="sorttype"
title="{{#str}} sortbyx, core, {{#str}} size, contentbank {{/str}} {{/str}}">
title="{{#str}} sortbyx, core, {{#str}} type, contentbank {{/str}} {{/str}}">
<span class="default">{{#pix}} t/sort, core, {{#str}}sort, core {{/str}} {{/pix}}</span>
<span class="desc">{{#pix}} t/sort_desc, core, {{#str}}desc, core{{/str}} {{/pix}}</span>
<span class="asc">{{#pix}} t/sort_asc, core, {{#str}}asc, core{{/str}} {{/pix}}</span>