fixed typo in footer.participate key
This commit is contained in:
parent
38302d20f0
commit
1b261cab0f
@ -92,7 +92,7 @@ header:
|
||||
search: "Try search.privacytools.io, a Privacy-Respecting Search Engine"
|
||||
start_search: "start search"
|
||||
footer:
|
||||
partcipate: "Spread the word and help your friends"
|
||||
participate: "Spread the word and help your friends"
|
||||
email_title: "Email"
|
||||
facebook_title: "Facebook"
|
||||
twitter_title: "Twitter"
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
<hr class="footer-divider" />
|
||||
|
||||
<h3 id="participate">{% t footer.partcipate %}</h3>
|
||||
<h3 id="participate">{% t footer.participate %}</h3>
|
||||
|
||||
<div class="row mb-4">
|
||||
<div class="col-12 col-md-6 d-flex justify-content-between">
|
||||
|
Reference in New Issue
Block a user