Skip to content

Commit

Permalink
feat(Content): Update text to Royal Navy
Browse files Browse the repository at this point in the history
  • Loading branch information
meiqrctj committed Jan 25, 2024
1 parent aa3bd4a commit 7c70177
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ assignees: ''

Please provide a reference to a repository that includes a minimal reproduction of the issue.

We recommend spawning a new application using the [MOD.UK CRA Template](https://www.npmjs.com/package/cra-template-royalnavy):
We recommend spawning a new application using the [Royal Navy CRA Template](https://www.npmjs.com/package/cra-template-royalnavy):

```bash
// npx
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MOD.UK Design System Documentation
# Royal Navy Design System Documentation

MOD.UK Design System documentation site.
Royal Navy Design System documentation site.

## Environment variables

Expand All @@ -21,4 +21,4 @@ Tests are dependent on the application running.

## Licensing

The MOD.UK Design System documentation site is licensed under the [Apache License 2.0](https://github.com/defencedigital/design-system-docs/blob/master/LICENSE).
The Royal Navy Design System documentation site is licensed under the [Apache License 2.0](https://github.com/defencedigital/design-system-docs/blob/master/LICENSE).
6 changes: 3 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Security Policy
The Defence Digital Security Policy is to avoid leaving the ecosystem worse than we found it. Meaning we are not planning to introduce vulnerabilities into the ecosystem.

The MOD.UK Design System team takes security vulnerabilities in the MOD.UK Design System seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.
The Royal Navy Design System team takes security vulnerabilities in the Royal Navy Design System seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.

## Supported Versions

The below table details which versions of the MOD.UK Design System documentation site are supported with bug fixes and security updates:
The below table details which versions of the Royal Navy Design System documentation site are supported with bug fixes and security updates:

| Version | Supported |
| ------- | ------------------ |
Expand All @@ -28,7 +28,7 @@ Please include:
- Optionally the type of vulnerability and any OWASP category


The MOD.UK Digital Standards team will send a response indicating the next steps in handling your report. After the initial reply to your report, the team will keep you informed of the progress towards a fix and full announcement, and may ask for additional information or guidance.
The Royal Navy Digital Standards team will send a response indicating the next steps in handling your report. After the initial reply to your report, the team will keep you informed of the progress towards a fix and full announcement, and may ask for additional information or guidance.


## Qualifying Vulnerabilities
Expand Down
4 changes: 2 additions & 2 deletions components/layouts/Framework/Framework.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface LayoutFrameworkProps {

export const LayoutFramework: React.FC<LayoutFrameworkProps> = ({
children,
title = 'MOD.UK Design System',
title = 'Royal Navy Design System',
navigation,
}) => {
const [isOpen, setIsOpen] = useState(false)
Expand All @@ -30,7 +30,7 @@ export const LayoutFramework: React.FC<LayoutFrameworkProps> = ({
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
</Head>
<Masthead
title="MOD.UK Design System"
title="Royal Navy Design System"
version={version || '0.1.0'}
onToggle={(_) => setIsOpen(!isOpen)}
/>
Expand Down
4 changes: 2 additions & 2 deletions components/layouts/Homepage/Homepage.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ const stories = storiesOf('Docs/Layouts/Homepage', module)
stories.add('Default', () => {
const footer = (
<Footer
description="The MOD.UK Design System provides guidance and tools for building
high–quality Services within the MOD.UK. This project is open source
description="The Royal Navy Design System provides guidance and tools for building
high–quality Services within the Royal Navy. This project is open source
and its source code is available on GitHub."
externalLinks={[
<FooterExternalLink
Expand Down
2 changes: 1 addition & 1 deletion components/layouts/Homepage/Homepage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const LayoutHomepage: React.FC<LayoutHomepageProps> = ({
<>
<Script src="/static/newrelic.js" strategy="beforeInteractive" />
<Head>
<title>{title} | MOD.UK Design System</title>
<title>{title} | Royal Navy Design System</title>
<meta charSet="utf-8" />
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
</Head>
Expand Down
4 changes: 2 additions & 2 deletions components/layouts/Legacy/Legacy.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ stories.add('Default', () => {

const footer = (
<Footer
description="The MOD.UK Design System provides guidance and tools for building
high–quality Services within the MOD.UK. This project is open source
description="The Royal Navy Design System provides guidance and tools for building
high–quality Services within the Royal Navy. This project is open source
and its source code is available on GitHub."
externalLinks={[
<FooterExternalLink
Expand Down
2 changes: 1 addition & 1 deletion components/layouts/Legacy/Legacy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const LayoutLegacy: React.FC<LayoutComponentProps> = ({
<>
<Script src="/static/newrelic.js" strategy="beforeInteractive" />
<Head>
<title>{title} | MOD.UK Design System</title>
<title>{title} | Royal Navy Design System</title>
<meta charSet="utf-8" />
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
</Head>
Expand Down
4 changes: 2 additions & 2 deletions components/presenters/Docs/Footer/Footer.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const stories = storiesOf('Docs/Footer', module)

stories.add('Default', () => (
<Footer
description="The MOD.UK Design System provides guidance and tools for building
high–quality Services within the MOD.UK. This project is open source
description="The Royal Navy Design System provides guidance and tools for building
high–quality Services within the Royal Navy. This project is open source
and its source code is available on GitHub."
externalLinks={[
<FooterExternalLink
Expand Down
4 changes: 2 additions & 2 deletions components/presenters/Docs/Hero/Hero.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const stories = storiesOf('Docs/Hero', module)
stories.add('Default', () => (
<Hero
version="0.1.0"
title="Create powerful, modern applications with the MOD.UK Design System"
description="The MOD.UK Design System is the foundaton for all Defence applications,
title="Create powerful, modern applications with the Royal Navy Design System"
description="The Royal Navy Design System is the foundaton for all Defence applications,
providing intuitive and consistent, standards led user interfaces, reducing
development and training time."
cta1={<Button variant={BUTTON_VARIANT.PRIMARY}>Start Building</Button>}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const stories = storiesOf('Framework/Masthead', module)

stories.add('Default', () => (
<Masthead
title="MOD.UK Design System"
title="Royal Navy Design System"
version="2.36.3"
onToggle={action('onToggle')}
/>
Expand Down
2 changes: 1 addition & 1 deletion pages/[...slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ export const GenericPage: React.FC<GenericPageProps> = ({

const footer = (
<Footer
description="The MOD.UK Design System provides guidance and tools for building
description="The Royal Navy Design System provides guidance and tools for building
high–quality Services within the UK Ministry of Defence. This project is open source
and its source code is available on GitHub."
externalLinks={[
Expand Down
2 changes: 1 addition & 1 deletion pages/timeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ function renderContentCollection(
export const Timeline: React.FC<TimelineProps> = ({ sectionCollection }) => {
return (
<LayoutFramework
title="Compound Timeline | MOD.UK Design System"
title="Compound Timeline | Royal Navy Design System"
navigation={renderNavigation(sectionCollection)}
>
{sectionCollection?.items.map(({ title, contentCollection }) => {
Expand Down

0 comments on commit 7c70177

Please sign in to comment.