File tree Expand file tree Collapse file tree 10 files changed +13
-13
lines changed Expand file tree Collapse file tree 10 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ <h3>{% trans "Build a version" %}</h3>
66
66
< option value ="{{ version.slug }} "> {{ version.slug }}</ option >
67
67
{% endfor %}
68
68
</ select >
69
- < input type ="submit " value ="{% trans "Build " %}">
69
+ < input type ="submit " value ="{% trans "Build version " %}">
70
70
</ form >
71
71
</ div >
72
72
</ div >
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ <h3> {% trans "Add new Domain" %} </h3>
35
35
< form method ="post " action ="{% url 'projects_domains_create' project.slug %} "> {% csrf_token %}
36
36
{{ form.as_p }}
37
37
< p >
38
- < input style ="display: inline; " type ="submit " value ="{% trans "Submit " %}">
38
+ < input style ="display: inline; " type ="submit " value ="{% trans "Add " %}">
39
39
</ p >
40
40
</ form >
41
41
{% endblock %}
Original file line number Diff line number Diff line change 35
35
{% empty %}
36
36
< li class ="module-item ">
37
37
< p class ="quiet ">
38
- {% trans 'No integrations are currently configured' %}
38
+ {% trans 'No integrations are currently configured. ' %}
39
39
</ p >
40
40
</ li >
41
41
{% endfor %}
Original file line number Diff line number Diff line change 15
15
< form method ="post " action =". "> {% csrf_token %}
16
16
{{ form.as_p }}
17
17
< p >
18
- < input style ="display: inline; " type ="submit " value ="{% trans "Submit " %}">
18
+ < input style ="display: inline; " type ="submit " value ="{% trans "Save " %}">
19
19
</ p >
20
20
</ form >
21
21
{% endblock %}
Original file line number Diff line number Diff line change 19
19
</ p >
20
20
{{ form.as_p }}
21
21
< p >
22
- < input style ="display: inline; " type ="submit " value ="{% trans "Submit " %}">
23
- {% comment %}Translators: The 'or' here is in between 'Submit ' and 'delete '.{% endcomment %}
22
+ < input style ="display: inline; " type ="submit " value ="{% trans "Save " %}">
23
+ {% comment %}Translators: The 'or' here is in between 'Save ' and 'Delete project '.{% endcomment %}
24
24
{% trans "or" %}
25
- < a href ="{% url "projects_delete " project.slug %}"> {% trans "delete " %}</ a >
25
+ < a href ="{% url "projects_delete " project.slug %}"> {% trans "Delete project " %}</ a >
26
26
</ p >
27
27
</ form >
28
28
{% endblock %}
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ <h3>{% trans "New Email Notifications" %}</h3>
66
66
< form method ="post " action =". "> {% csrf_token %}
67
67
{{ email_form }}
68
68
< p >
69
- < input style ="display: inline; " type ="submit " value ="{% trans "Submit " %}">
69
+ < input style ="display: inline; " type ="submit " value ="{% trans "Add " %}">
70
70
</ p >
71
71
</ form >
72
72
@@ -77,7 +77,7 @@ <h3>{% trans "New Webhook Notifications" %}</h3>
77
77
< form method ="post " action =". "> {% csrf_token %}
78
78
{{ webhook_form }}
79
79
< p >
80
- < input style ="display: inline; " type ="submit " value ="{% trans "Submit " %}">
80
+ < input style ="display: inline; " type ="submit " value ="{% trans "Add " %}">
81
81
</ p >
82
82
</ form >
83
83
{% endblock %}
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ <h3>{% trans "Redirects" %}</h3>
106
106
{{ form.as_p }}
107
107
< div id ="dynamic-redirect " class ="empty "> </ div >
108
108
< p >
109
- < input style ="display: inline; " type ="submit " value ="{% trans "Submit " %}">
109
+ < input style ="display: inline; " type ="submit " value ="{% trans "Add " %}">
110
110
</ p >
111
111
</ form >
112
112
{% endblock %}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ <h3> {% trans "Existing Translations" %} </h3>
33
33
< form method ="post " action =". "> {% csrf_token %}
34
34
{{ form.as_p }}
35
35
< p >
36
- < input style ="display: inline; " type ="submit " value ="{% trans "Submit " %}">
36
+ < input style ="display: inline; " type ="submit " value ="{% trans "Add " %}">
37
37
</ p >
38
38
</ form >
39
39
{% endblock %}
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ <h3>{% trans "Add Maintainer" %}</h3>
48
48
< form method ="post " action =". "> {% csrf_token %}
49
49
{{ form.as_p }}
50
50
< p >
51
- < input style ="display: inline; " type ="submit " value ="{% trans "Submit " %}">
51
+ < input style ="display: inline; " type ="submit " value ="{% trans "Add " %}">
52
52
</ p >
53
53
</ form >
54
54
{% endblock %}
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ <h3>{{ field.label}}</h3>
49
49
{% endfor %}
50
50
51
51
< p >
52
- < input style ="display: inline; " type ="submit " value ="{% trans "Submit " %}">
52
+ < input style ="display: inline; " type ="submit " value ="{% trans "Save " %}">
53
53
</ p >
54
54
</ form >
55
55
{% endblock %}
You can’t perform that action at this time.
0 commit comments