about summary refs log tree commit diff
path: root/src/state/queries
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-09-10 01:01:40 +0100
committerGitHub <noreply@github.com>2024-09-09 17:01:40 -0700
commit436e30fdedb4fd7a1ad462e5c37f4d6eefe8b4ae (patch)
treeebabbd93de8c2fdca0c12c3777a54ea8c285ab77 /src/state/queries
parent723a5e488eab40eac63a1983fc8cbbfa3992b3e7 (diff)
downloadvoidsky-436e30fdedb4fd7a1ad462e5c37f4d6eefe8b4ae.tar.zst
[Video] use correct max size (#5245)
Co-authored-by: Hailey <me@haileyok.com>
Diffstat (limited to 'src/state/queries')
-rw-r--r--src/state/queries/video/video.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/queries/video/video.ts b/src/state/queries/video/video.ts
index b0485cca3..32d02a63c 100644
--- a/src/state/queries/video/video.ts
+++ b/src/state/queries/video/video.ts
@@ -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({