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

Remove useless use of lazy #114

Closed horazont closed 2 years ago

horazont commented 2 years ago

The translation context is set up in the functions, so we don't need to use a lazy string there.

horazont commented 2 years ago

Nevermind, this is no useless use, this is sharing text, which is good.