Skip to content

Commit

Permalink
Corrected MOJ -> MoJ (#870)
Browse files Browse the repository at this point in the history
* Corrected MOJ -> MoJ

* Correcetd typo in tests
  • Loading branch information
murdo-moj authored Sep 23, 2024
1 parent c349f24 commit 856387a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
}

# Define a service name setting for page titles
SERVICE_NAME = "Find MOJ data"
SERVICE_NAME = "Find MoJ data"
GOV_UK_SUFFIX = "GOV.UK"

MAX_RESULTS = 10_000
Expand Down
2 changes: 1 addition & 1 deletion docs/Running the app against RDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ If making changes to the scss, to ensure your changes are reflected in local dep
## Copy editing
Find MOJ data is only available in english, but we use django's translation system
Find MoJ data is only available in english, but we use django's translation system
so that we can review and edit the copy in one place,
[the message file](./locale/en/LC_MESSAGES/django.po).
Expand Down
4 changes: 2 additions & 2 deletions lib/datahub-client/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Datahub client for Find MOJ Data
# Datahub client for Find MoJ data

This library is part of the Ministry of Justice "Find MOJ Data" service.
This library is part of the Ministry of Justice "Find MoJ data" service.

It pushes metadata to (and retrieves metadata from) a Datahub catalogue.

Expand Down
2 changes: 1 addition & 1 deletion scss/components/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Custom components for Find MOJ Data
# Custom components for Find MoJ data

## Search component

Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def page_titles():
"Home",
"Search MoJ data",
]
return [f"{page} - Find MOJ data - GOV.UK" for page in pages]
return [f"{page} - Find MoJ data - GOV.UK" for page in pages]


def generate_search_result(
Expand Down

0 comments on commit 856387a

Please sign in to comment.