mirror of
https://github.com/ascribe/onion.git
synced 2025-01-03 10:25:08 +01:00
Use Oops
This commit is contained in:
parent
3374862edf
commit
4f39103baf
@ -12,7 +12,7 @@ let ErrorNotFoundPage = React.createClass({
|
|||||||
|
|
||||||
getDefaultProps() {
|
getDefaultProps() {
|
||||||
return {
|
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.')
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user