Skip to content
This repository was archived by the owner on Mar 15, 2018. It is now read-only.

Commit 2ebd3f2

Browse files
author
Rob Hudson
committed
Added recommendations learn more link (bug 1088304)
1 parent 620530c commit 2ebd3f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/templates/settings/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h2 class="linefit">{{ _('Account Settings') }}</h2>
3636
<label>
3737
<input name="enable_recommendations" id="enable_recommendations"
3838
type="checkbox"{{ ' checked' if user.get_setting('enable_recommendations', true) }}>
39-
{{ _('Yes, show me recommendations based on my installed apps.') }}
39+
{{ _('Yes, show me recommendations based on my installed apps. (<a href="{url}" target="_blank">Learn more</a>)')|format(url='https://support.mozilla.org/kb/recommendations-marketplace') }}
4040
</label>
4141
</div>
4242
</div>

0 commit comments

Comments
 (0)