We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6973aaa commit 6728c42Copy full SHA for 6728c42
jsapp/js/components/processing/translations/stepConfigAuto.component.tsx
@@ -48,6 +48,10 @@ export default function StepConfigAuto() {
48
{t('Automatic translation in progress')}
49
</header>
50
51
+ {/*
52
+ Automatic translation is much faster than automatic transcription, but
53
+ for the consistency sake we use similar UI here.
54
+ */}
55
<p>
56
{t('Estimated time for completion: ##estimate##').replace(
57
'##estimate##',
0 commit comments