snikket-im / snikket-web-portal

This is the web portal for Snikket Chat services. To learn more about what Snikket Chat services are, check the website.
https://snikket.org
GNU Affero General Public License v3.0
32 stars 12 forks source link

Fix incomplete translation of Announcement form and Limited user role #172

Closed Zash closed 8 months ago

Zash commented 8 months ago

Fixes that the Broadcast message form and the Limited role in the user was not translated, due to mistakenly using _ (aka flask_babel.gettext) instead of _l (aka flask_babel.lazy_gettext).

Bonus: removal of a stray closing HTML tag without a matching opening tag.

mwild1 commented 8 months ago

Thanks for tracking this down!