1
0
mirror of https://github.com/ascribe/onion.git synced 2025-01-03 10:25:08 +01:00
This commit is contained in:
Tim Daubenschütz 2015-12-07 10:59:07 +01:00
parent 3374862edf
commit 4f39103baf

View File

@ -12,7 +12,7 @@ let ErrorNotFoundPage = React.createClass({
getDefaultProps() {
return {
message: getLangText('Ups, the page you are looking for does not exist.')
message: getLangText('Oops, the page you are looking for does not exist.')
};
},