diff options
author | Andreas Hubel | 2019-01-24 22:27:38 +0100 |
---|---|---|
committer | GitHub | 2019-01-24 22:27:38 +0100 |
commit | 217a9ac55579b4792f74503fefa5cdd93a0a46eb (patch) | |
tree | 40e2170380c9bcbb378b8909ed345e750b116555 /template/500.phtml | |
parent | 3d9d559eea89aa0433860955bbb1da3fcc252628 (diff) | |
parent | 593c7c9d719764dd399d89e51c9582731128fe67 (diff) |
Merge pull request #82 from florolf/wording-fixes
improve wording and fix some Gerglish
Diffstat (limited to '')
-rw-r--r-- | template/500.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/500.phtml b/template/500.phtml index 7b09ede..d5a0234 100644 --- a/template/500.phtml +++ b/template/500.phtml @@ -1,5 +1,5 @@ <div class="container"> - <h1>Keep Calm and use your Towel</h1> + <h1>Keep calm and use your towel</h1> <h2>And maybe report to <a href="https://twitter.com/c3voc">@C3VOC</a> that you've seen this error:</h2> <div class="well"> <pre><?=h($e)?></pre> |