minor spelling

This commit is contained in:
Adrian 2021-11-12 01:15:17 +02:00
parent e07d0a3b29
commit 1fdb4f6c5a
1 changed files with 41 additions and 41 deletions

View File

@ -389,7 +389,7 @@ class System_Check {
$status = 'warning';
$notice[] = sprintf(
// translators: %1$s: The database engine in use (MySQL or MariaDB). %2$s: Database server recommended version number.
esc_html__( 'We strongly recommend running %1$s version %2$s or higher. Future features may depend on this versions.', 'tainacan' ),
esc_html__( 'We strongly recommend running %1$s version %2$s or higher. Future features may depend on these versions.', 'tainacan' ),
( $this->mariadb ? 'MariaDB' : 'MySQL' ),
$this->health_check_mysql_rec_version
);