Skip to content

Commit

Permalink
Fix cropSizeLowerThanResizedWarning wording
Browse files Browse the repository at this point in the history
Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
  • Loading branch information
skjnldsv and szaimen authored Aug 23, 2022
1 parent 38ce856 commit 931300b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/editorTranslations.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default {
nameIsRequired: t('viewer', 'Name is required.'),
quality: t('viewer', 'Quality'),
imageDimensionsHoverTitle: t('viewer', 'Saved image size (width x height)'),
cropSizeLowerThanResizedWarning: t('viewer', 'Note the selected crop area is lower than the applied resize which might cause quality decrease'),
cropSizeLowerThanResizedWarning: t('viewer', 'Note that the selected crop area is lower than the applied resize which might cause quality decrease'),
actualSize: t('viewer', 'Actual size (100%)'),
fitSize: t('viewer', 'Fit size'),
}

0 comments on commit 931300b

Please sign in to comment.