Collection view: localizes the "Clear" button label
This commit is contained in:
@@ -82,7 +82,7 @@ export class UmbCollectionSelectionActionsElement extends UmbLitElement {
|
||||
<uui-button
|
||||
@click=${this._handleClearSelection}
|
||||
@keydown=${this._handleKeyDown}
|
||||
label="Clear"
|
||||
label=${this.localize.term('buttons_clearSelection')}
|
||||
look="secondary"></uui-button>
|
||||
${this._renderSelectionCount()}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user