fix suggestion

This commit is contained in:
Samuel Newman
2025-08-14 18:15:55 +03:00
parent e7708f2fa9
commit 5a99ae973d
+1 -2
View File
@@ -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.`,
),