fix: change retry button text from Chinese to English

This commit is contained in:
weishu
2025-12-18 08:51:44 +08:00
parent f75a7d46bb
commit 279c0c2dd8
@@ -29,10 +29,9 @@ export function MessageStatusIndicator(props: {
onClick={props.onRetry}
className="text-xs text-blue-500 hover:underline"
>
Retry
</button>
) : null}
</span>
)
}