[Video] use correct max size (#5245)
Co-authored-by: Hailey <me@haileyok.com>
This commit is contained in:
@@ -224,7 +224,7 @@ export function useUploadVideo({
|
||||
} else if (e instanceof VideoTooLargeError) {
|
||||
dispatch({
|
||||
type: 'SetError',
|
||||
error: _(msg`The selected video is larger than 100MB.`),
|
||||
error: _(msg`The selected video is larger than 50MB.`),
|
||||
})
|
||||
} else {
|
||||
dispatch({
|
||||
|
||||
Reference in New Issue
Block a user