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

ui: improve request page text #874

Merged
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 ui/src/overridden/components/Footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const Footer = ({ ...props }) => {
</List.Item>
<List.Item>
<Link to={FrontSiteRoutes.documentRequestForm}>
Request new document (loan or purchase)
Request document (loan or purchase)
</Link>
</List.Item>
</List>
Expand Down
2 changes: 1 addition & 1 deletion ui/src/overridden/components/Menu/RightMenuItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const DropdownItems = () => {
</Dropdown.Item>
<Dropdown.Divider />
<Dropdown.Item as={Link} to={FrontSiteRoutes.documentRequestForm}>
Request new document (loan or purchase)
Request document (loan or purchase)
</Dropdown.Item>
<Dropdown.Divider />
<Dropdown.Item as={Link} to={getStaticPageByName("contact").route}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import { Link } from "react-router-dom";
export const DocumentRequestFormHeader = () => {
return (
<>
<Header as="h1">Request new document</Header>
<Header as="h1">Request document</Header>
<p>
Fill in the form below to request to loan, purchase or suggest a new document
(book, article, standard, etc.) to the Library.
Fill in the form below to request to loan, purchase or suggest a document (book,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might have missed removing this extra (book,?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prettier's fault.. fixed now!

article, standard, etc.) to the Library.
</p>
<p>
We will do our best to give you access to e-books, but please note that not all
Expand Down
Loading