You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readthedocs/templates/profiles/private/advertising_profile.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@
39
39
{% url "gold_detail" as gold_detail %}
40
40
{% url "donate" as donate_url %}
41
41
{% blocktrans trimmed %}
42
-
You can <strong>go ad-free</strong> by becoming a <ahref="{{ gold_detail }}">Gold member</a> or <ahref="{{ donate_url }}">Supporter</a> of Read the Docs</a>.
42
+
You can <strong>go ad-free</strong> by becoming a <ahref="{{ gold_detail }}">Gold member</a> or <ahref="{{ donate_url }}">Supporter</a> of Read the Docs.
<p>Personal Access Token are tokens that allow you to use the Read the Docs APIv3 being authenticated as yourself. See <ahref="https://docs.readthedocs.org/page/api/v3.html">APIv3 documentation</a> for more information.</p>
12
+
<p>
13
+
{% blocktrans trimmed %}
14
+
Personal Access Token are tokens that allow you to use the Read the Docs APIv3 being authenticated as yourself.
15
+
See <ahref="https://docs.readthedocs.org/page/api/v3.html">APIv3 documentation</a> for more information.
Copy file name to clipboardExpand all lines: readthedocs/templates/projects/environmentvariable_list.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
{% block project_edit_content_header %}{% trans "Environment Variables" %}{% endblock %}
13
13
14
14
{% block project_edit_content %}
15
-
<p>Environment variables allow you to change the way that your build behaves. Take into account that these environment variables are available to all build steps.</p>
15
+
<p>{% trans "Environment variables allow you to change the way that your build behaves. Take into account that these environment variables are available to all build steps." %}</p>
0 commit comments