···410410 msg`You can only select one GIF at a time.`,
411411 ),
412412 [SelectedAssetError.FileTooBig]: _(
413413- msg`One or more of your selected files is too large. Maximum size is 100 MB.`,
413413+ msg`One or more of your selected files are too large. Maximum size is 100 MB.`,
414414 ),
415415 }[error]
416416 })
···481481 label={_(
482482 msg({
483483 message: `Add media to post`,
484484- comment: `Accessibility label for button in composer to add photos or a video to a post`,
484484+ comment: `Accessibility label for button in composer to add images, a video, or a GIF to a post`,
485485 }),
486486 )}
487487- accessibilityHint={
488488- isNative
489489- ? _(
490490- msg({
491491- message: `Opens device gallery to select up to ${plural(
492492- MAX_IMAGES,
493493- {
494494- other: '# images',
495495- },
496496- )}, or a single video.`,
497497- comment: `Accessibility hint on native for button in composer to add images or a video to a post. Maximum number of images that can be selected is currently 4 but may change.`,
498498- }),
499499- )
500500- : _(
501501- msg({
502502- message: `Opens device gallery to select up to ${plural(
503503- MAX_IMAGES,
504504- {
505505- other: '# images',
506506- },
507507- )}, or a single video or GIF.`,
508508- comment: `Accessibility hint on web for button in composer to add images, a video, or a GIF to a post. Maximum number of images that can be selected is currently 4 but may change.`,
509509- }),
510510- )
511511- }
487487+ accessibilityHint={_(
488488+ msg({
489489+ message: `Opens device gallery to select up to ${plural(MAX_IMAGES, {
490490+ other: '# images',
491491+ })}, or a single video or GIF.`,
492492+ comment: `Accessibility hint for button in composer to add images, a video, or a GIF to a post. Maximum number of images that can be selected is currently 4 but may change.`,
493493+ }),
494494+ )}
512495 style={a.p_sm}
513496 variant="ghost"
514497 shape="round"