From 1b3ce5aa96eacaf09b8409fc52b07a5edd623c10 Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 28 Apr 2017 16:08:47 +0200 Subject: [PATCH] fix typo --- www/common/toolbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/toolbar.js b/www/common/toolbar.js index 23de3262d..7dbba925c 100644 --- a/www/common/toolbar.js +++ b/www/common/toolbar.js @@ -498,7 +498,7 @@ define([ 'title': Messages.pinLimitReached }).append($limitIcon).hide().appendTo($userContainer); var todo = function (e, overLimit) { - if (e) { return void console.error("Unable tog et the pinned usage"); } + if (e) { return void console.error("Unable to get the pinned usage"); } if (overLimit) { $limit.show().click(function () { Cryptpad.alert(Messages.pinLimitReachedAlert, null, true);