From fc4fea9c547c3d24adc24e1c621c09a8020780d8 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 4 Dec 2017 17:33:06 +0100 Subject: [PATCH] update 404 messages and show actual text faster --- customize.dist/four-oh-four.js | 6 +++--- customize.dist/translations/messages.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/customize.dist/four-oh-four.js b/customize.dist/four-oh-four.js index 91752b190..9f0a8c230 100644 --- a/customize.dist/four-oh-four.js +++ b/customize.dist/four-oh-four.js @@ -68,10 +68,10 @@ define([ }; }; - makeDecryptor(brand, 90, 4, function () { })(); + makeDecryptor(brand, 70, 2, function () { })(); makeDecryptor(title, 50, 14, function () { })(); - makeDecryptor(link, 20, 10, function () {})(); - makeDecryptor(message, 12, 5, function () { + makeDecryptor(link, 20, 4, function () {})(); + makeDecryptor(message, 12, 3, function () { console.log('done'); })(); }); diff --git a/customize.dist/translations/messages.js b/customize.dist/translations/messages.js index c37420611..11d403c9a 100644 --- a/customize.dist/translations/messages.js +++ b/customize.dist/translations/messages.js @@ -690,7 +690,7 @@ define(function () { out.four04_pageNotFound = "We couldn't find the page you were looking for."; out.four04_goToHome = "Go to the home page."; - out.four04_goToDrive = "Go to my CryptDrive."; + out.four04_goToDrive = "Go to your CryptDrive"; // BottomBar.html