From 4f39103baf44d9ebbe280afd26dc83293df23aaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Daubensch=C3=BCtz?= Date: Mon, 7 Dec 2015 10:59:07 +0100 Subject: [PATCH] Use Oops --- js/components/error_not_found_page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/components/error_not_found_page.js b/js/components/error_not_found_page.js index 670f8629..64776f2f 100644 --- a/js/components/error_not_found_page.js +++ b/js/components/error_not_found_page.js @@ -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.') }; },