MuckRock / muckrock

MuckRock's source code - Please report bugs, issues and feature requests to info@muckrock.com
https://www.muckrock.com
GNU Affero General Public License v3.0
114 stars 22 forks source link

Fix spelling of "journalistic" #1847

Closed amandabee closed 4 months ago

amandabee commented 5 months ago

There are a lot of places on Squarelet and MuckRock's admin where we have spelled "Journalistic" wrong:

This organization is a verified jorunalistic organization

I can live with it but I don't love it.

duckduckgrayduck commented 4 months ago

./muckrock/muckrock/organization/models.py:72: help_text="This organization is a verified jorunalistic organization" ./squarelet/organizations/models/organization.py:168: helptext=("This organization is a verified jorunalistic organization"),

duckduckgrayduck commented 4 months ago

@amandabee I've identified all of the cases where this particular misspelling occurs and resolved them. If there any others you notice in the future, feel free to re-open this issue and I'll take care of it.