Skip to content

v5.1.4

Latest

Choose a tag to compare

@awcodes awcodes released this 25 Jul 16:25

Fixed

  • The media picker breadcrumb's root Disk label and the Selected Files heading in the selection modal were hardcoded in English and ignored the active locale. Both now resolve through the translation layer. The breadcrumb reuses the existing curator::views.details.disk key, so it is already translated in every shipped locale.

Localization

Adds a new attach_curator_media.modal.selected_files key under resources/lang/en/views.php. Other locales fall back to English until translated — contributions welcome.

Thanks to @Elgorm for reporting and fixing this in #716.