Skip to content

Commit

Permalink
Merge pull request #93 from nhsuk/app-name-fix
Browse files Browse the repository at this point in the history
fix verbose app name after rename
  • Loading branch information
sab-h authored Apr 10, 2019
2 parents c0748cf + 7068101 commit bb2a968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wagtailnhsukfrontend/settings/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
class SettingsAppConfig(AppConfig):
name = 'wagtailnhsukfrontend.settings'
label = 'wagtailnhsukfrontendsettings'
verbose_name = "Wagtail NHS Style Settings"
verbose_name = "Wagtail NHSUK Frontend Settings"

0 comments on commit bb2a968

Please sign in to comment.