Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 2 additions & 14 deletions i18n/en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -388,20 +388,8 @@ other = "Blog"
[post_support_heading]
other = "Support Our Work"

[post_support_body]
other = "ISRG is a 501(c)(3) nonprofit organization that is 100% supported through the generosity of those who share our vision for ubiquitous, open Internet security. If you'd like to support our work, please consider"

[post_support_link_get_involved]
other = "getting involved"

[post_support_link_donate]
other = "donating"

[post_support_body_continued]
other = "or encouraging your company to"

[post_support_link_sponsor]
other = "become a sponsor"
[post_support_body_html]
other = "ISRG is a 501(c)(3) nonprofit organization that is 100% supported through the generosity of those who share our vision for ubiquitous, open Internet security. If you'd like to support our work, please consider <a href=\"https://www.abetterinternet.org/getinvolved/\">getting involved</a>, <a href=\"/donate/\">donating</a>, or encouraging your company to <a href=\"https://www.abetterinternet.org/sponsor/\">become a sponsor</a>."

[donate_get_involved_button]
other = "Get Involved"
Expand Down
2 changes: 1 addition & 1 deletion themes/le-2025/layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<div class="narrow-container mx-auto">
<div class="support-footer">
<h3>{{ i18n "post_support_heading" }}</h3>
<p>{{ i18n "post_support_body" }} <a href="https://www.abetterinternet.org/getinvolved/">{{ i18n "post_support_link_get_involved" }}</a>, <a href="/donate/">{{ i18n "post_support_link_donate" }}</a>, {{ i18n "post_support_body_continued" }} <a href="https://www.abetterinternet.org/sponsor/">{{ i18n "post_support_link_sponsor" }}</a>.</p>
<p>{{ i18n "post_support_body_html" | safeHTML }}</p>
</div>
</div>
{{ end }}
Expand Down