-
Notifications
You must be signed in to change notification settings - Fork 237
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
Update casing of "Prototype Kit" #524
Conversation
docs/linting.md
Outdated
@@ -1,6 +1,6 @@ | |||
# Linting | |||
|
|||
The prototype kit uses [standardjs](http://standardjs.com/), an opinionated JavaScript linter. All JavaScript files follow its conventions, and it runs on CI to ensure that new pull requests are in line with them. | |||
The GOV.UK GOV.UK Prototype Kit uses [standardjs](http://standardjs.com/), an opinionated JavaScript linter. All JavaScript files follow its conventions, and it runs on CI to ensure that new pull requests are in line with them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GOV.UK GOV.UK
docs/views/about.html
Outdated
@@ -1,14 +1,14 @@ | |||
{% extends "layout.html" %} | |||
|
|||
{% block pageTitle %} | |||
About - GOV.UK Prototype kit | |||
About - GOV.UK GOV.UK Prototype Kit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GOV.UK GOV.UK
docs/views/about.html
Outdated
{% endblock %} | ||
|
||
{% block beforeContent %} | ||
{{ govukBreadcrumbs({ | ||
items: [ | ||
{ | ||
text: "GOV.UK Prototype kit", | ||
text: "GOV.UK GOV.UK Prototype Kit", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GOV.UK GOV.UK
1e5a5ad
to
9cda067
Compare
9cda067
to
304ed73
Compare
304ed73
to
f629c15
Compare
Change "prototype kit" to "Prototype Kit" and prefix with "GOV.UK" in some instances.
Fixes: #513