This seems to have been introduced in #431. The verbose_name is used in the admin site to generate the title for the app. The current name seems inappropriate for this purpose.
This PR changes the name back to the original name before #431.
coverage: 97.162%. remained the same when pulling 77782f07fa344b4f140ba3f355f9abfe8c6ba982 on Ninjaclasher:fix-verbose-name into 3d009df5878c4e00472228fc9d68b57b90633a73 on macropin:main.
This seems to have been introduced in #431. The
verbose_name
is used in the admin site to generate the title for the app. The current name seems inappropriate for this purpose.This PR changes the name back to the original name before #431.