about summary refs log tree commit diff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/media/video/errors.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/media/video/errors.ts b/src/lib/media/video/errors.ts
index 5d91758c7..945f89cdd 100644
--- a/src/lib/media/video/errors.ts
+++ b/src/lib/media/video/errors.ts
@@ -1,6 +1,6 @@
 export class VideoTooLargeError extends Error {
   constructor() {
-    super('Videos cannot be larger than 50mb')
+    super('Videos cannot be larger than 100 MB')
     this.name = 'VideoTooLargeError'
   }
 }