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, launchImageLibraryAsync,
UIImagePickerPreferredAssetRepresentationMode, UIImagePickerPreferredAssetRepresentationMode,
} from 'expo-image-picker' } from 'expo-image-picker'
import {msg} from '@lingui/macro' import {msg, plural} from '@lingui/macro'
import {useLingui} from '@lingui/react' import {useLingui} from '@lingui/react'
import {VIDEO_MAX_DURATION_MS} from '#/lib/constants' 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.`, comment: `Error message for maximum number of images that can be selected to add to a post, currently 4 but may change.`,
}), }),
), ),
),
[SelectedAssetError.MaxVideos]: _( [SelectedAssetError.MaxVideos]: _(
msg`You can only select one video at a time.`, msg`You can only select one video at a time.`,
), ),