Skip to content

Commit f6cd4c3

Browse files
committed
404-fixes
1 parent e16273d commit f6cd4c3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

src/app/app-routing.module.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,13 @@ const routes: Routes = [
168168
import('./developer-tools/developer-tools.module').then(
169169
(m) => m.DeveloperToolsModule
170170
),
171+
},
172+
{
173+
path: '404',
174+
loadChildren: () =>
175+
import('./page-not-found-404/page-not-found-404.module').then(
176+
(m) => m.PageNotFound404Module
177+
),
171178
},
172179
{
173180
path: '**',

src/app/page-not-found-404/not-found/not-found.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h2 class="orc-font-heading-small" i18n="@@record.notFound">
2626
<p i18n="@@record.pleaseCheck">
2727
Please check the URL or link for typos or mistakes. If you are
2828
looking for a specific ORCID record make sure the ORCID iD - the
29-
16-digit number at the end of the URL - is right.A
29+
16-digit number at the end of the URL - is right. A
3030
correctly-formatted ORCID iD URL looks like this:
3131
https://orcid.org/1234-5678-9101-1121
3232
</p>

src/locale/properties/record/record.en.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ record.notFound=We’re really sorry, we can’t find the page you’re looking
1515
record.whatHappened=What happened?
1616
record.whatToDo=What to do next
1717
record.ifYouTyped=If you typed in a URL or link by hand
18-
record.pleaseCheck=Please check the URL or link for typos or mistakes. If you are looking for a specific ORCID record make sure the ORCID iD - the 16-digit number at the end of the URL - is right.A correctly-formatted ORCID iD URL looks like this: https://orcid.org/1234-5678-9101-1121
18+
record.pleaseCheck=Please check the URL or link for typos or mistakes. If you are looking for a specific ORCID record make sure the ORCID iD - the 16-digit number at the end of the URL - is right. A correctly-formatted ORCID iD URL looks like this: https://orcid.org/1234-5678-9101-1121
1919
record.ifYouFollowed=If you followed a link to this record from another site or service
2020
record.pleaseReport=Please report the broken link to the site or service you came from so they can fix it.
2121
record.unidentifiedOrganization=Unidentified organization

0 commit comments

Comments
 (0)