Make WordPress Core


Ignore:
Timestamp:
03/05/2024 12:10:37 AM (16 months ago)
Author:
jorbin
Message:

UI-Copy: Use capital cased singular for Site Icon.

Follow up to [41749], [57713], and [57730].

Props johnbillion, audrasjb.
Fixes #60686.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/customize/class-wp-customize-media-control.php

    r57687 r57766  
    246246                return array(
    247247                    'select'       => __( 'Select image' ),
    248                     'site_icon'    => __( 'Select site icon' ),
     248                    'site_icon'    => __( 'Select Site Icon' ),
    249249                    'change'       => __( 'Change image' ),
    250250                    'default'      => __( 'Default' ),
Note: See TracChangeset for help on using the changeset viewer.