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: bedrock/thunderbird/templates/thunderbird/start/release.html
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,9 @@ <h2>{{ _('Contribute to Thunderbird') }}</h2>
31
31
<div>
32
32
<sectionclass="help">
33
33
<h2class="iconic">{{ _('Need Support?') }}</h2>
34
+
{# L10n: If your locale has a dedicated Thunderbird support forum, you can localize the URL to point there. -#}
34
35
<p>{{ _('Most Thunderbird support questions are answered on the <ahref="%s">Knowledge Base</a>.')|format('https://support.mozilla.org/products/thunderbird') }}
35
-
{{ _('If you can’t find an answer, <ahref="%s">ask your question on our support forum</a>.')|format('https://support.mozilla.org/questions/new/thunderbird') }}</p>
36
+
{{ _('If you can’t find an answer, <ahref="%s">ask your question on our support forum</a>.')|format(_('https://support.mozilla.org/questions/new/thunderbird')) }}</p>
0 commit comments