Skip to content

Commit

Permalink
Modify error copy per #11
Browse files Browse the repository at this point in the history
  • Loading branch information
redoPop committed Nov 28, 2017
1 parent c75f274 commit fd168c5
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 28 deletions.
2 changes: 1 addition & 1 deletion src/statuses/401.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
code: 401
title: Not Authorized
headline: Sorry, you are not authorized to see that.
headline: Sorry, you’re not authorized to see that.
image: locked-d.svg
---
If you’ve reached this page in error,
Expand Down
2 changes: 1 addition & 1 deletion src/statuses/403.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
code: 403
title: Forbidden
headline: Sorry, access to that is not allowed.
headline: Sorry, you can’t access that.
image: locked-d.svg
---
If you’ve reached this page in error,
Expand Down
6 changes: 2 additions & 4 deletions src/statuses/404.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
---
code: 404
title: Not Found
headline: Sorry, we can't find what you're looking for.
headline: Sorry, we cant find that.
image: missing-e.svg
---
If you’ve reached this page in error,
please [contact us](https://www.ted.com/contact)
and let us know what happened.
Perhaps we can help you find the content you’re looking for:
2 changes: 1 addition & 1 deletion src/statuses/405.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
code: 405
title: Method Not Allowed
headline: Sorry, that request is not supported for this resource.
headline: Sorry, that’s not supported.
image: backwards-e.svg
---
Please [contact us](https://www.ted.com/contact)
Expand Down
8 changes: 1 addition & 7 deletions src/statuses/410.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
---
code: 410
title: Gone
headline: Sorry, this content has been permanently removed.
headline: Sorry, that content’s been removed.
image: missing-e.svg
---
Sometimes, we need to retire content that has no obvious replacement.
That's why you're seeing this instead of the content you expected.

If you’ve reached this page in error,
please [contact us](https://www.ted.com/contact)
and let us know what happened.
2 changes: 1 addition & 1 deletion src/statuses/422.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
code: 422
title: Unprocessable Entity
headline: Sorry, there was an error with your request.
headline: Sorry, that’s not supported.
image: backwards-e.svg
---
Please [contact us](https://www.ted.com/contact)
Expand Down
2 changes: 1 addition & 1 deletion src/statuses/429.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
code: 429
title: Too Many Requests
headline: Sorry, we're getting too many requests right now.
headline: Sorry, were experiencing technical difficulties.
image: fallen-d.svg
---
Please [contact us](https://www.ted.com/contact)
Expand Down
4 changes: 2 additions & 2 deletions src/statuses/500.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
code: 500
title: Internal Server Error
headline: Sorry, we're experiencing technical difficulties. Please try later.
headline: Sorry, were experiencing technical difficulties.
image: fallen-d.svg
---
We've been notified of this issue and are working on it!
Weve logged this error and will fix it as soon as we can.
5 changes: 3 additions & 2 deletions src/statuses/501.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
code: 501
error: the request method was not recognized.
title: Not Implemented
headline: Sorry, that method is not yet available.
headline: Sorry, that’s not supported.
image: missing-e.svg
---
We've been notified of this issue and are working on it!
Weve logged this error and will fix it as soon as we can.
5 changes: 3 additions & 2 deletions src/statuses/502.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
code: 502
error: an upstream server sent an invalid response.
title: Bad Gateway
headline: Sorry, an upstream server sent an invalid response. Please try later.
headline: Sorry, we’re experiencing technical difficulties.
image: fallen-d.svg
---
We've been notified of this issue and are working on it!
Weve logged this error and will fix it as soon as we can.
5 changes: 3 additions & 2 deletions src/statuses/503.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
code: 503
error: the server is temporarily unavailable.
title: Service Unavailable
headline: Sorry, the server is temporarily unavailable. Please try later.
headline: Sorry, we’re experiencing technical difficulties.
image: fallen-d.svg
---
We've been notified of this issue and are working on it!
Weve logged this error and will fix it as soon as we can.
5 changes: 3 additions & 2 deletions src/statuses/504.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
code: 504
error: an upstream server did not respond in time.
title: Gateway Timeout
headline: Sorry, an upstream server did not respond in time. Please try later.
headline: Sorry, we’re experiencing technical difficulties.
image: fallen-d.svg
---
We've been notified of this issue and are working on it!
Weve logged this error and will fix it as soon as we can.
5 changes: 3 additions & 2 deletions src/statuses/508.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
code: 508
error: the server encountered a loop.
title: Loop Detected
headline: Sorry, time has temporarily become a loop. Please try again earlier.
headline: Sorry, we’re experiencing technical difficulties.
image: fallen-d.svg
---
We've been notified of this issue and are working on it!
Weve logged this error and will fix it as soon as we can.

0 comments on commit fd168c5

Please sign in to comment.