зеркало из https://github.com/mozilla/bedrock.git
fix l10n string on 3.6 billboards
This commit is contained in:
Родитель
ad3b3ac4eb
Коммит
5a954a0ac8
|
@ -20,7 +20,7 @@
|
|||
<p>{{ _('<a %s>Get the upgrade</a> — it’s fast & free!', 'href="http://www.mozilla.org/firefox/" class="upgrade" target="_blank"') }}</p>
|
||||
<ul>
|
||||
<li>{{ _('Stay safe online') }}</li>
|
||||
<li>{{ _('Experience faster performance') }}</li>
|
||||
<li>{{ _('experience faster performance') }}</li>
|
||||
<li>{{ _('Enjoy new features') }}</li>
|
||||
</ul>
|
||||
<p>{{ _('This is your last reminder before you will be automatically updated to the latest version') }} </p>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<p>{{ _('<a %s>Get the upgrade</a> — it’s fast & free!', 'href="http://www.mozilla.org/firefox/" class="upgrade" target="_blank"') }}</p>
|
||||
<ul>
|
||||
<li>{{ _('Stay safe online') }}</li>
|
||||
<li>{{ _('Experience faster performance') }}</li>
|
||||
<li>{{ _('experience faster performance') }}</li>
|
||||
<li>{{ _('Enjoy new features') }}</li>
|
||||
</ul>
|
||||
<p>{{ _('This is your last reminder before you will be automatically updated to the latest version') }} </p>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<p>{{ _('<a %s>Get the upgrade</a> — it’s fast & free!', 'href="http://www.mozilla.org/firefox/" class="upgrade" target="_blank"') }}</p>
|
||||
<ul>
|
||||
<li>{{ _('Stay safe online') }}</li>
|
||||
<li>{{ _('Experience faster performance') }}</li>
|
||||
<li>{{ _('experience faster performance') }}</li>
|
||||
<li>{{ _('Enjoy new features') }}</li>
|
||||
</ul>
|
||||
<p>{{ _('You will be prompted once more before being automatically updated.') }}</p>
|
||||
|
|
|
@ -53,6 +53,10 @@ a:active {
|
|||
padding: 0 20px;
|
||||
}
|
||||
|
||||
#details-content ul li:first-letter {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
#details-content p {
|
||||
margin: 8px 0;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче