diff --git a/src/components/upload/PhotoCaptionEditor.tsx b/src/components/upload/PhotoCaptionEditor.tsx index 09b63721..59db229a 100644 --- a/src/components/upload/PhotoCaptionEditor.tsx +++ b/src/components/upload/PhotoCaptionEditor.tsx @@ -198,13 +198,13 @@ export function PhotoCaptionEditor({
updatePhotoCaption(index, e.target.value)} - placeholder="Add a caption for this photo..." + placeholder="Add a caption to help viewers understand this photo..." maxLength={maxCaptionLength} className="h-8 text-sm" /> @@ -226,7 +226,7 @@ export function PhotoCaptionEditor({ )}

{photo.caption || ( - Click edit to add caption + No caption added )}