diff --git a/apps/firefox/templates/firefox/unsupported-EOL.html b/apps/firefox/templates/firefox/unsupported-EOL.html index 679d881081..abdb85812c 100644 --- a/apps/firefox/templates/firefox/unsupported-EOL.html +++ b/apps/firefox/templates/firefox/unsupported-EOL.html @@ -20,7 +20,7 @@

{{ _('Get the upgrade — it’s fast & free!', 'href="http://www.mozilla.org/firefox/" class="upgrade" target="_blank"') }}

{{ _('This is your last reminder before you will be automatically updated to the latest version') }}

diff --git a/apps/firefox/templates/firefox/unsupported-details.html b/apps/firefox/templates/firefox/unsupported-details.html index 679d881081..abdb85812c 100644 --- a/apps/firefox/templates/firefox/unsupported-details.html +++ b/apps/firefox/templates/firefox/unsupported-details.html @@ -20,7 +20,7 @@

{{ _('Get the upgrade — it’s fast & free!', 'href="http://www.mozilla.org/firefox/" class="upgrade" target="_blank"') }}

{{ _('This is your last reminder before you will be automatically updated to the latest version') }}

diff --git a/apps/firefox/templates/firefox/unsupported-warning.html b/apps/firefox/templates/firefox/unsupported-warning.html index 78393c8b4d..db9ce56e6e 100644 --- a/apps/firefox/templates/firefox/unsupported-warning.html +++ b/apps/firefox/templates/firefox/unsupported-warning.html @@ -20,7 +20,7 @@

{{ _('Get the upgrade — it’s fast & free!', 'href="http://www.mozilla.org/firefox/" class="upgrade" target="_blank"') }}

{{ _('You will be prompted once more before being automatically updated.') }}

diff --git a/media/css/unsupported.css b/media/css/unsupported.css index 3df6609b3d..b126bfcf8d 100644 --- a/media/css/unsupported.css +++ b/media/css/unsupported.css @@ -53,6 +53,10 @@ a:active { padding: 0 20px; } +#details-content ul li:first-letter { + text-transform: uppercase; +} + #details-content p { margin: 8px 0; }