EULA is only ever spelled with upper-case letters.
This commit is contained in:
Родитель
46883e7659
Коммит
f617d7644f
|
@ -1,6 +1,6 @@
|
|||
{% extends "base_side_categories.html" %}
|
||||
|
||||
{% block title %}{{ page_title(_('Eula for {0}')|f(addon.name)) }}{% endblock %}
|
||||
{% block title %}{{ page_title(_('License Agreement for {0}')|f(addon.name)) }}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h2>{{ _('Eula for {0}')|f(addon.name) }}</h2>
|
||||
|
|
|
@ -246,7 +246,7 @@ class TestButton(ButtonTest):
|
|||
_, url, _ = b.file_details(file)
|
||||
eq_(url, 'xpi.url')
|
||||
|
||||
# Eula roadblock.
|
||||
# EULA roadblock.
|
||||
b.show_eula = True
|
||||
text, url, _ = b.file_details(file)
|
||||
eq_(text, 'Continue to Download →')
|
||||
|
|
Загрузка…
Ссылка в новой задаче