update 404 messages and show actual text faster
parent
34223e4b78
commit
fc4fea9c54
|
@ -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');
|
||||
})();
|
||||
});
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue