-
+
diff --git a/aio/src/app/custom-elements/search/file-not-found-search.component.ts b/aio/src/app/custom-elements/search/file-not-found-search.component.ts
index e8af858b49..8a26f40b52 100644
--- a/aio/src/app/custom-elements/search/file-not-found-search.component.ts
+++ b/aio/src/app/custom-elements/search/file-not-found-search.component.ts
@@ -8,7 +8,9 @@ import { SearchService } from 'app/search/search.service';
@Component({
selector: 'aio-file-not-found-search',
template:
- ` `
})
export class FileNotFoundSearchComponent implements OnInit {
diff --git a/aio/src/app/documents/document.service.ts b/aio/src/app/documents/document.service.ts
index 73ab9a0ec3..872f8b6205 100644
--- a/aio/src/app/documents/document.service.ts
+++ b/aio/src/app/documents/document.service.ts
@@ -18,10 +18,11 @@ export const DOC_CONTENT_URL_PREFIX = CONTENT_URL_PREFIX + 'docs/';
const FETCHING_ERROR_CONTENTS = (path: string) => `
-
Resource Not Found
We're sorry. The resource you are looking for cannot be found.
Let's see if any of these search results help...
+ `
+
Let's see if any of these search results help...
+
-
Request for document failed.
+
+
Request for document failed
We are unable to retrieve the "${path}" page at this time.
+
Please check your connection and try again later.