Skip to content

Commit 1d9704d

Browse files
authored
Fixed wrong localization for button on image crops (#18106)
1 parent 1e5e9d4 commit 1d9704d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Web.UI.Client/src/packages/media/media/components/input-image-cropper/image-cropper.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ export class UmbImageCropperElement extends UmbLitElement {
335335
step="0.001">
336336
</uui-slider>
337337
<div id="actions">
338-
<uui-button @click=${this.#onReset} label="${this.localize.term('general_reset')}"></uui-button>
338+
<uui-button @click=${this.#onReset} label="${this.localize.term('imagecropper_reset')}"></uui-button>
339339
<uui-button
340340
look="secondary"
341341
@click=${this.#onCancel}

0 commit comments

Comments
 (0)