Update outdated browser message

This commit is contained in:
Tetrakern 2024-01-30 00:33:32 +01:00
parent 6d0f708a0a
commit 1c4e5ea54d

View File

@ -251,7 +251,7 @@ function fictioneer_browser_notes() {
// Start HTML ---> ?>
<div id="browser-notes" class="browser-notes">
<strong><?php _e( 'Outdated Browser:', 'fictioneer' ); ?></strong>
<strong><?php _e( 'Please update your browser:', 'fictioneer' ); ?></strong>
<?php echo implode( ' ', $notes ); ?></div>
<?php // <--- End HTML
}