From 0335a32a3afa7b0946d0785539e6b10b0d4ef108 Mon Sep 17 00:00:00 2001 From: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com> Date: Tue, 14 Oct 2025 08:34:42 +0200 Subject: [PATCH] [ACS-10334] Changed translations for save and cancel icons for image rotation and crop (#11258) --- lib/core/src/lib/i18n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/core/src/lib/i18n/en.json b/lib/core/src/lib/i18n/en.json index aaba8782e1..6fa6f3d467 100644 --- a/lib/core/src/lib/i18n/en.json +++ b/lib/core/src/lib/i18n/en.json @@ -460,8 +460,8 @@ "FIT_PAGE": "Fit page", "ROTATE": "Rotate", "CROP": "Crop", - "SAVE": "Save", - "CANCEL": "Cancel", + "SAVE": "Save rotate or crop", + "CANCEL": "Cancel rotate or crop", "RESET": "Reset", "THUMBNAILS": "Document thumbnails", "THUMBNAILS_PANLEL_CLOSE": "Close thumbnails panel",