From 2e15d5908194cd34246b9b7ee9dde8a90f92fc62 Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 7 Jun 2018 10:21:45 +0200 Subject: [PATCH] Fix typo --- customize.dist/translations/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/translations/messages.js b/customize.dist/translations/messages.js index 8251147dd..7e8ee960d 100644 --- a/customize.dist/translations/messages.js +++ b/customize.dist/translations/messages.js @@ -1152,7 +1152,7 @@ define(function () { out.creation_newPadModalAdvanced = "Display the pad creation screen"; // Password prompt on the loadind screen - out.password_info = "The pad you're tyring to open is protected with a password. Enter the correct password to access its content."; + out.password_info = "The pad you're trying to open is protected with a password. Enter the correct password to access its content."; out.password_error = "Pad not found!
This error can be caused by two factors: either the password in invalid, or the pad has been deleted from the server."; out.password_placeholder = "Type the password here..."; out.password_submit = "Submit";