From f218a9c119ac29c9676238312577506b970f2257 Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 17 May 2018 16:10:53 +0200 Subject: [PATCH] correct a copy-pasted comment --- www/common/common-ui-elements.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 34a2be663..2e4dfacbc 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -2080,7 +2080,7 @@ define([ $creation.focus(); }); - // Display expiration form when checkbox checked + // Display password form when checkbox checked $creation.find('#cp-creation-password').on('change', function () { if ($(this).is(':checked')) { $creation.find('.cp-creation-password-picker:not(.active)').addClass('active');