Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
dex-1017 - individual photo gallery - fix copy (#447)
Browse files Browse the repository at this point in the history
* Fix annotation alert copy to be >= instead of >
  • Loading branch information
Emily-Ke authored Aug 17, 2022
1 parent a5b1412 commit 82c96d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@
"INDIVIDUAL_GALLERY_SEE_ALL": "See all",
"INDIVIDUAL_GALLERY_TITLE": "{name}'s gallery",
"INDIVIDUAL_GALLERY_IMAGE_ALT": "{annotationCount} {annotationCount, plural, one {annotation} other {annotations}} with {assetClassCount, plural, one {class} other {classes}} {assetClassesList}",
"INDIVIDUAL_GALLERY_UNABLE_TO_DISPLAY_ANNOTATIONS": "We are currently unable to show annotations for uploaded images with either a width or a height exceeding 4,096 pixels.",
"INDIVIDUAL_GALLERY_UNABLE_TO_DISPLAY_ANNOTATIONS": "We are currently unable to show annotations for uploaded images with either a width or a height of 4,096 pixels or more.",
"INDIVIDUAL_BACK_TO_PROFILE": "Return to {name}'s profile",
"ERROR_FETCHING_IMAGE": "Error fetching image"
}

0 comments on commit 82c96d8

Please sign in to comment.