зеркало из https://github.com/mozilla/bedrock.git
Add a warning that Nightly will be updated once/twice a day (#14068)
* Add a warning that Nightly will be updated once/twice a day * Fix linting error and update string
This commit is contained in:
Родитель
5bd42dc33c
Коммит
6ab1c4c1f2
|
@ -65,12 +65,15 @@
|
|||
<li><a rel="external" href="https://blog.nightly.mozilla.org/">{{ ftl('firefox-channel-nightly-blog') }}</a></li>
|
||||
<li><a href="{{ firefox_url('android', 'all', 'nightly') }}">{{ ftl('firefox-channel-all-languages-and-builds') }}</a></li>
|
||||
</ul>
|
||||
<p>
|
||||
{% if ftl_has_messages('firefox-channel-nightly-is-an-unstable-testing') %}
|
||||
{{ ftl('firefox-channel-nightly-is-an-unstable-testing', link=url('privacy.notices.firefox') + '#pre-release') }}
|
||||
{% else %}
|
||||
{{ ftl('firefox-channel-firefox-nightly-automatically') }}
|
||||
<a href="{{ url('privacy.notices.firefox') + '#pre-release' }}">{{ ftl('ui-learn-more') }}</a>
|
||||
{% endif %}
|
||||
</p>
|
||||
<p>{{ ftl('firefox-channel-nightly-update-one-or-more-times') }}</p>
|
||||
</div>
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
|
|
@ -111,6 +111,7 @@
|
|||
<a href="{{ url('privacy.notices.firefox') + '#pre-release' }}">{{ ftl('ui-learn-more') }}</a>
|
||||
{% endif %}
|
||||
</p>
|
||||
<p>{{ ftl('firefox-channel-nightly-update-one-or-more-times') }}</p>
|
||||
</div>
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
|
|
@ -63,3 +63,4 @@ firefox-channel-test-beta-versions-of-firefox-ios-long = Test beta versions of {
|
|||
firefox-channel-test-flight = { -brand-name-test-flight }
|
||||
firefox-channel-test-beta-versions-of-firefox-ios = Test beta versions of { -brand-name-firefox } for { -brand-name-ios } via { -brand-name-apple }’s { -brand-name-test-flight } program.
|
||||
firefox-channel-sign-up-now = Sign up now
|
||||
firefox-channel-nightly-update-one-or-more-times = Note: { -brand-name-firefox-nightly } will update approximately once or twice a day.
|
||||
|
|
Загрузка…
Ссылка в новой задаче