Make WordPress Core

Changeset 62105


Ignore:
Timestamp:
03/24/2026 05:00:20 PM (4 days ago)
Author:
joedolson
Message:

Media: Fix uploading media string.

Replace the incorrect three stops with an appropriate ellipsis in the string. Follow up to [62104].

Props presskopp, joedolson.
See #64883.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/js/media/views/attachment.js

    r62104 r62105  
    2222            'tabIndex':     0,
    2323            'role':         'checkbox',
    24             'aria-label':   this.model.get( 'title' ) || wp.i18n.__( 'uploading...' ),
     24            'aria-label':   this.model.get( 'title' ) || wp.i18n.__( 'uploading' ),
    2525            'aria-checked': false,
    2626            'data-id':      this.model.get( 'id' )
Note: See TracChangeset for help on using the changeset viewer.