Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected MOJ -> MoJ #870

Merged
merged 2 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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