A string was missing its translation wrapper in the Underscore template for video details.
Props Jayjdk. See #27016. git-svn-id: https://develop.svn.wordpress.org/trunk@27490 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7770275918
commit
b005551879
@ -850,7 +850,7 @@ function wp_print_media_templates() {
|
||||
</p>
|
||||
<# } ); #>
|
||||
<# } else { #>
|
||||
<em>There are no associated subtitles.</em>
|
||||
<em><?php _e( 'There are no associated subtitles.' ); ?></em>
|
||||
<# } #>
|
||||
<textarea class="hidden content-setting">{{ content }}</textarea>
|
||||
</label>
|
||||
|
Loading…
Reference in New Issue
Block a user