diff --git a/src/view/com/composer/SelectMediaButton.tsx b/src/view/com/composer/SelectMediaButton.tsx index d313942ef0..4573080546 100644 --- a/src/view/com/composer/SelectMediaButton.tsx +++ b/src/view/com/composer/SelectMediaButton.tsx @@ -5,7 +5,7 @@ import { launchImageLibraryAsync, UIImagePickerPreferredAssetRepresentationMode, } from 'expo-image-picker' -import {msg} from '@lingui/macro' +import {msg, plural} from '@lingui/macro' import {useLingui} from '@lingui/react' import {VIDEO_MAX_DURATION_MS} from '#/lib/constants' @@ -402,7 +402,6 @@ export function SelectMediaButton({ comment: `Error message for maximum number of images that can be selected to add to a post, currently 4 but may change.`, }), ), - ), [SelectedAssetError.MaxVideos]: _( msg`You can only select one video at a time.`, ),