fix typo
parent
38a115d8f8
commit
1b3ce5aa96
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue