diff --git a/src/views/createVideo/index.vue b/src/views/createVideo/index.vue
index 78d3999..32125c4 100644
--- a/src/views/createVideo/index.vue
+++ b/src/views/createVideo/index.vue
@@ -382,19 +382,20 @@
- {{
- lanChange == "zh-cn"
- ? `免费用户上传音频时长限制为60秒!`
- : `Free users upload audio time limit of 60 seconds!`
- }}
-
+ {{
+ lanChange == "zh-cn"
+ ? `免费用户限制为60秒!`
+ : `Free user limit 60 seconds!`
+ }}
+
- {{
- lanChange == "zh-cn"
- ? `免费用户录音时长限制为60秒!`
- : `Free user recording duration is limited to 60 seconds!`
- }}
-
+ {{
+ lanChange == "zh-cn"
+ ? `免费用户限制为60秒!`
+ : `Free user limit 60 seconds!`
+ }}
+
- {{
- lanChange == "zh-cn"
- ? `免费用户上传音乐时长限制为60秒!`
- : `Free users can upload music for 60 seconds!`
- }}
-
+ {{
+ lanChange == "zh-cn"
+ ? `免费用户限制为60秒!`
+ : `Free user limit 60 seconds!`
+ }}
+