Prevent users from creating a pad when visiting a deleted profile (read-only mode)

This commit is contained in:
yflory
2018-04-18 18:54:46 +02:00
parent a0d452bbd9
commit 206ac14438
5 changed files with 20 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ define(function () {
out.chainpadError = 'A critical error occurred when updating your content. This page is in read-only mode to make sure you won\'t lose your work.<br>' +
'Hit <em>Esc</em> to continue to view this pad, or reload to try editing again.';
out.errorCopy = ' You can still copy the content to another location by pressing <em>Esc</em>.<br>Once you leave this page, it will disappear forever!';
out.errorRedirectToHome = 'Press <em>Esc</em> to be redirected to your CryptDrive.';
out.loading = "Loading...";
out.error = "Error";