Skip to content

Commit 489385e

Browse files
authored
fix: remove unnecessary disclaimer prefix (#36783)
1 parent 4856539 commit 489385e

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

lms/templates/video.html

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -183,16 +183,14 @@ <h4 class="hd hd-5">${_('How is the transcript quality ?')}</h4>
183183
</div>
184184
% endif
185185
<div class="google-disclaimer">
186-
<span className="text-dark-300 x-small">Powered by
187-
<a href="https://translate.google.com/" target="_blank">
188-
<img
189-
width="100"
190-
id="google-translate-logo"
191-
src="https://learning.edx.org/d4ab1b25143ecad62d69d855b00e7313.png"
192-
alt="Translated by Google logo"
193-
>
194-
</a>
195-
</span>
186+
<a href="https://translate.google.com/" target="_blank">
187+
<img
188+
width="200"
189+
id="google-translate-logo"
190+
src="https://learning.edx.org/d4ab1b25143ecad62d69d855b00e7313.png"
191+
alt="Translated by Google logo"
192+
>
193+
</a>
196194
</div>
197195
</div>
198196
</div>

0 commit comments

Comments
 (0)