diff --git a/editions/free/src/inapp/about.html b/editions/free/src/inapp/about.html index b4eec3bd..7d3b5d10 100644 --- a/editions/free/src/inapp/about.html +++ b/editions/free/src/inapp/about.html @@ -32,7 +32,8 @@

-
+ + diff --git a/src/entry/inapp.js b/src/entry/inapp.js index fe84cb86..b9ca99a7 100644 --- a/src/entry/inapp.js +++ b/src/entry/inapp.js @@ -15,6 +15,8 @@ export function inappAbout () { gn('aboutWhoSupportedDescription').innerHTML = ( Localization.localize('ABOUT_WHO_SUPPORTED_DESCRIPTION') ); + // Show names after translated contents are ready. + gn('aboutFameHall').style.display = 'block'; // PBS-only if (window.Settings.edition == 'PBS') {