Skip to content

Commit 6fe7673

Browse files
committed
update comment text
1 parent eb15fdf commit 6fe7673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/_enqueues/admin/user-profile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@
385385
* @return {boolean} True if Caps Lock is on, false otherwise.
386386
*/
387387
function isCapsLockOn( e ) {
388-
// Skip warning on macOS Safari (they show native indicators).
388+
// Skip warning on macOS Safari + Firefox (they show native indicators).
389389
if ( isMac && ( isSafari || isFirefox ) ) {
390390
return false;
391391
}

0 commit comments

Comments
 (0)