Skip to content

Commit 6728c42

Browse files
Add comment about auto translation
1 parent 6973aaa commit 6728c42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

jsapp/js/components/processing/translations/stepConfigAuto.component.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ export default function StepConfigAuto() {
4848
{t('Automatic translation in progress')}
4949
</header>
5050

51+
{/*
52+
Automatic translation is much faster than automatic transcription, but
53+
for the consistency sake we use similar UI here.
54+
*/}
5155
<p>
5256
{t('Estimated time for completion: ##estimate##').replace(
5357
'##estimate##',

0 commit comments

Comments
 (0)