Make WordPress Core

Changeset 48351


Ignore:
Timestamp:
07/06/2020 09:32:15 PM (4 years ago)
Author:
ocean90
Message:

I18N: Fix typo in [48348].

Props swizzzpidy.
See #50578.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/js/_enqueues/admin/edit-comments.js

    r48348 r48351  
    219219            regExMatch = titleRegEx.exec( newTitle );
    220220            if ( regExMatch ) {
    221                 newTitle = newTitle.replace( regExMatch[0], __( 'Comments11' ) );
     221                newTitle = newTitle.replace( regExMatch[0], __( 'Comments' ) );
    222222            }
    223223        }
Note: See TracChangeset for help on using the changeset viewer.