translate interface text
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
52b2f7dde8
commit
d6e8773797
1 changed files with 2 additions and 2 deletions
|
@ -202,10 +202,10 @@ function App() {
|
|||
|
||||
<div className="dialogue-box">
|
||||
<div className="dialogue-text">
|
||||
<strong>You:</strong> {transcript || <em>Say something…</em>}
|
||||
<strong>คุณ:</strong> {transcript || <em>ลองพูดอะไรบางอย่าง</em>}
|
||||
</div>
|
||||
<div className="dialogue-text">
|
||||
<strong>Tutor:</strong> {aiReply || <em>Waiting for your question…</em>}
|
||||
<strong>ติวเตอร์:</strong> {aiReply || <em>กำลังรอคำถามของคุณ</em>}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue