Fixed wrong localization for button on image crops (#18106)

This commit is contained in:
jonat123
2025-01-24 10:51:23 +01:00
committed by GitHub
parent 1e5e9d4c24
commit 1d9704d8b1

View File

@@ -335,7 +335,7 @@ export class UmbImageCropperElement extends UmbLitElement {
step="0.001">
</uui-slider>
<div id="actions">
<uui-button @click=${this.#onReset} label="${this.localize.term('general_reset')}"></uui-button>
<uui-button @click=${this.#onReset} label="${this.localize.term('imagecropper_reset')}"></uui-button>
<uui-button
look="secondary"
@click=${this.#onCancel}