<?php
/* translators: Hidden accessibility text. */
_e( 'Close uploader'
);
?>
</span></button>
<# } #>
<div class="uploader-inline-content {{ messageClass }}">
<# if ( data.message ) { #>
<h2 class="upload-message">{{ data.message }}</h2>
<# } #>
<?php
if ( !
_device_can_upload() ) : ?>
<div class="upload-ui">
<h2 class="upload-instructions"><?php
_e( 'Your browser cannot upload files'
); ?></h2>
<p>
<?php
printf( /* translators: %s: https://apps.wordpress.org/ */
__( 'The web browser on your device cannot be used to upload files. You may be able to use the <a href="%s">native app for your device</a> instead.'
),
'https://apps.wordpress.org/'
);
?>
</p>
</div>