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
6 changes: 3 additions & 3 deletions i18n/en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -493,11 +493,11 @@ other = "Other Ways to Give"
[donate_page_ways_to_give_heading]
other = "WAYS TO GIVE"

[donate_page_funding_details_stat_percentage]
other = "100%"
# [donate_page_funding_details_stat_percentage]
# other = "100%"

[donate_page_funding_details_stat_text]
other = "of the funding for Let's Encrypt comes from charitable contributions."
other = "Enable our work at Let's Encrypt through your charitable contribution."

# [donate_page_funding_details_paragraph]
# other = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat."
Expand Down
5 changes: 2 additions & 3 deletions themes/le-2025/layouts/partials/funding-details.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<div>
<div class="text-[#003366] donate-2025-stat">{{ T "donate_page_funding_details_stat_percentage" }}</div>
<p class="text-[#003366] donate-2025-stat-text mb-20">
<div class="text-[#003366] donate-2025-stat-text mb-20">
{{ T "donate_page_funding_details_stat_text" }}
</p>
</div>
<!-- <p class="mt-4 text-gray-700 donate-2025-stat-paragraph mb-8">
{{ T "donate_page_funding_details_paragraph" }}
</p> -->
Expand Down