diff --git a/components/common/EmptyStateAnimation.tsx b/components/common/EmptyStateAnimation.tsx
index 7d9c902..e5f131f 100644
--- a/components/common/EmptyStateAnimation.tsx
+++ b/components/common/EmptyStateAnimation.tsx
@@ -267,13 +267,13 @@ const AnimatedText = ({ text, onComplete, shouldStart }: { text: string; onCompl
/>
- {/* Create按钮 */}
+ {/* Action按钮 */}
{/* 鼠标指针 */}
@@ -920,7 +920,7 @@ export const EmptyStateAnimation = ({className}: {className: string}) => {
{showText && (
diff --git a/components/pages/create-to-video2.tsx b/components/pages/create-to-video2.tsx
index 713a89f..2f75527 100644
--- a/components/pages/create-to-video2.tsx
+++ b/components/pages/create-to-video2.tsx
@@ -419,7 +419,7 @@ export function CreateToVideo2() {
setIsExpanded(false)}>
{/* 图标 展开按钮 */}
- Click to create
+ Click to action
) : (
setIsExpanded(true)}>
@@ -477,7 +477,7 @@ export function CreateToVideo2() {
-
Describe the content you want to create. Get an
+
Describe the content you want to action. Get an
setInputText(ideaText)}
@@ -539,12 +539,12 @@ export function CreateToVideo2() {
{isCreating ? (
<>
- Creating...
+ Actioning...
>
) : (
<>
- Create
+ Action
>
)}