Skip to content

Commit 67a53bf

Browse files
committed
Fix Bug 1115285 - [l10n] Thunderbird start page: make support link localizable
1 parent 029939b commit 67a53bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bedrock/thunderbird/templates/thunderbird/start/release.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ <h2>{{ _('Contribute to Thunderbird') }}</h2>
3131
<div>
3232
<section class="help">
3333
<h2 class="iconic">{{ _('Need Support?') }}</h2>
34+
{# L10n: If your locale has a dedicated Thunderbird support forum, you can localize the URL to point there. -#}
3435
<p>{{ _('Most Thunderbird support questions are answered on the <a href="%s">Knowledge Base</a>.')|format('https://support.mozilla.org/products/thunderbird') }}
35-
{{ _('If you can’t find an answer, <a href="%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, <a href="%s">ask your question on our support forum</a>.')|format(_('https://support.mozilla.org/questions/new/thunderbird')) }}</p>
3637
</section>
3738
</div>
3839
<footer>

0 commit comments

Comments
 (0)