diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-09-10 01:01:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-09 17:01:40 -0700 |
commit | 436e30fdedb4fd7a1ad462e5c37f4d6eefe8b4ae (patch) | |
tree | ebabbd93de8c2fdca0c12c3777a54ea8c285ab77 /src/locale/locales/zh-CN/messages.po | |
parent | 723a5e488eab40eac63a1983fc8cbbfa3992b3e7 (diff) | |
download | voidsky-436e30fdedb4fd7a1ad462e5c37f4d6eefe8b4ae.tar.zst |
[Video] use correct max size (#5245)
Co-authored-by: Hailey <me@haileyok.com>
Diffstat (limited to 'src/locale/locales/zh-CN/messages.po')
-rw-r--r-- | src/locale/locales/zh-CN/messages.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/locale/locales/zh-CN/messages.po b/src/locale/locales/zh-CN/messages.po index 7216cdda7..ae4619c38 100644 --- a/src/locale/locales/zh-CN/messages.po +++ b/src/locale/locales/zh-CN/messages.po @@ -6272,8 +6272,8 @@ msgid "The Privacy Policy has been moved to <0/>" msgstr "隐私政策已迁移至 <0/>" #: src/state/queries/video/video.ts:222 -msgid "The selected video is larger than 100MB." -msgstr "选择的视频大小超过 100MB。" +msgid "The selected video is larger than 50MB." +msgstr "选择的视频大小超过 50MB。" #: src/screens/StarterPack/StarterPackScreen.tsx:713 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." |