diff --git a/typo3/sysext/lang/Resources/Private/Partials/TranslationUpdateList.html b/typo3/sysext/lang/Resources/Private/Partials/TranslationUpdateList.html
index 22bd1b1929b2033e2d4cdd5b5f5cafda60d69ffd..f74baf89a2320149352cf31240c11f8d6eefe15d 100644
--- a/typo3/sysext/lang/Resources/Private/Partials/TranslationUpdateList.html
+++ b/typo3/sysext/lang/Resources/Private/Partials/TranslationUpdateList.html
@@ -17,7 +17,7 @@
 				data-updateurl="<f:uri.action action="updateTranslation" arguments="{extension:'{extension.key}', locales:'{languageSelectionForm.selectedLanguagesLocaleList}'}" />"
 			>
 				<td class="icon">
-					<f:if condition="{extension.icon}"><f:image src="{extension.icon}" alt="{extension.key}" /></f:if>
+					<f:if condition="{extension.icon}"><img class="ext-icon" src="{extension.icon}" alt="{extension.key}" /></f:if>
 				</td>
 				<td class="extension">{extension.key}</td>
 				<f:for each="{languageSelectionForm.selectedLanguages}" as="selectedLanguage">