Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

fiona / add missing text on footer #2585

Merged
merged 1 commit into from
Jan 28, 2022
Merged
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
2 changes: 1 addition & 1 deletion src/components/layout/footer/disclaimer.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const DisclaimerSection = ({ is_academy }) => {
</DisclaimerParagraph>
<DisclaimerParagraph>
{localize(
"This website's services are not available in certain countries, including the USA, Canada, and Hong Kong.",
"This website's services are not available in certain countries, including the USA, Canada, and Hong Kong, or to persons below 18.",
)}
</DisclaimerParagraph>
{is_academy && (
Expand Down