зеркало из https://github.com/mozilla/bedrock.git
Update message on Sync page for non-Firefox users
Bug 1084535
This commit is contained in:
Родитель
8b8c783087
Коммит
3eca662114
|
@ -54,7 +54,11 @@
|
|||
|
||||
<div class="show-not-fx warning">
|
||||
<p>
|
||||
{{ _('Sync is just one of the great features you’ll only get with Firefox. Discover them all!') }}
|
||||
{% if l10n_has_tag('firefox_sync_non_fx') or settings.DEV %}
|
||||
{{ _('Sync is just one of the great features you’ll only get with Firefox.') }}
|
||||
{% else %}
|
||||
{{ _('Sync is just one of the great features you’ll only get with Firefox. Discover them all!') }}
|
||||
{% endif %}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -128,6 +128,9 @@
|
|||
}
|
||||
}
|
||||
|
||||
.state-not-fx .primary .warning p:before {
|
||||
background: none;
|
||||
}
|
||||
|
||||
.secondary {
|
||||
background: #fff;
|
||||
|
|
Загрузка…
Ссылка в новой задаче