commit 81495ca09d0bf6656a85e3756958119e7a867137 Author: kulsoomzahra kulsoomzahra24@gmail.com Date: Sat Apr 3 21:49:40 2021 +0530
Added parentheses
Addressing the issue : Parentheses missing in definition of "501(c)(3) nonprofit organization" --- templates/outreach-talk.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/outreach-talk.html b/templates/outreach-talk.html index 72443f8..ce98d72 100644 --- a/templates/outreach-talk.html +++ b/templates/outreach-talk.html @@ -52,7 +52,7 @@ <span class="display-4 text-primary"> <i class="fas fa-hand-holding-heart pb-4"></i> </span> - <h2 class="card-title">{{ _('Tor software is developed by the Tor Project, a 501(c)3 nonprofit organization.') }}</h2> + <h2 class="card-title">{{ _('Tor software is developed by the Tor Project, a 501(c)(3) nonprofit organization.') }}</h2> <p class="card-text">{{ _('We build free and open source software anyone can use.') }}</p> </div> </div>
tor-commits@lists.torproject.org