update 404 messages and show actual text faster

This commit is contained in:
ansuz 2017-12-04 17:33:06 +01:00
parent 34223e4b78
commit fc4fea9c54
2 changed files with 4 additions and 4 deletions

View File

@ -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');
})();
});

View File

@ -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