Skip to content

Commit

Permalink
[api] fix english typos in 403 and 500 error page
Browse files Browse the repository at this point in the history
  • Loading branch information
Bischoff authored and adrianschroeter committed Apr 30, 2014
1 parent 243f100 commit 413fd5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/api/public/403.html
Expand Up @@ -64,7 +64,7 @@
<div class="col-sm-6 col-md-6" id="error-text">
<h1>403: Forbidden<h1>
<p class="lead">
Sorry but you don't have the nessecarry permissions for this request. We think it's best if you try to start again from the <a href="/">home page</a>.
Sorry but you don't have the necessary permissions for this request. We think it's best if you try to start again from the <a href="/">home page</a>.
</p>
</div>
<div class="col-sm-6 col-md-6" id="error-img">
Expand Down
2 changes: 1 addition & 1 deletion src/api/public/500.html
Expand Up @@ -64,7 +64,7 @@
<div class="col-sm-6 col-md-6" id="error-text">
<h1>500: Internal Server Error</h1>
<p class="lead">
Uuuups, something went terribly wrong, our application crashed :-( We think it's best if you search if this issue is already reported on github.
Oooops, something went terribly wrong, our application crashed :-( We think it's best if you search if this issue is already reported on github.
</p>
<p>
<form method="get" action="https://github.com/openSUSE/open-build-service/search" accept-charset="UTF-8">
Expand Down

0 comments on commit 413fd5d

Please sign in to comment.