1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 07:55:36 +00:00

[image view with dialog] improved the tip (#7359)

* [image view with dialog] improved the tip

* [image view with dialog] updated the tip
This commit is contained in:
llj
2025-01-14 13:54:01 +08:00
committed by GitHub
parent 88c99173f1
commit bb48f9dd57

View File

@@ -49,7 +49,7 @@ const ImageDialog = ({ enableRotate: oldEnableRotate, imageItems, imageIndex, cl
onMovePrevRequest={moveToPrevImage}
onMoveNextRequest={moveToNextImage}
imagePadding={70}
imageLoadErrorMessage={gettext('The image could not be loaded.')}
imageLoadErrorMessage={gettext('The image could not be previewed.')}
prevLabel={gettext('Previous (Left arrow key)')}
nextLabel={gettext('Next (Right arrow key)')}
closeLabel={gettext('Close (Esc)')}