diff --git a/template/app/controller/Failure.js b/template/app/controller/Failure.js index f21db758fb0d0c17e7abbed2697d7decd19d4688..1da83bd6d45f977dda486637c7461d7d8ec17f3b 100644 --- a/template/app/controller/Failure.js +++ b/template/app/controller/Failure.js @@ -25,8 +25,8 @@ Ext.define('Docs.controller.Failure', { var tpl = new Ext.XTemplate( "

Oops...

", "

{msg}

", - "

Maybe it was renamed to something else? Or maybe it has passed away permanently to the 404 land? ", - "This would be sad. Hopefully it's just a bug in our side. ", + "

Maybe it was renamed to something else? Or maybe your internet connection has failed? ", + "This would be sad. Hopefully it's just a bug on our side. ", "Report it to Sencha Forum if you feel so.

", "

Sorry for all this :(

" );