Collection view: localizes the "Clear" button label

This commit is contained in:
leekelleher
2024-07-17 15:56:02 +01:00
parent 1f654d1e8f
commit 98e040bde1

View File

@@ -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>