Skip to content

Commit

Permalink
Dev: Remove italic around version number
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Oct 8, 2018
1 parent 365f3e8 commit c87b70f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -147,7 +147,7 @@ public function getVersionMessage(array $versions)
$latestVersion = $this->getLatestVersion($versions);

$message .= ' ' . sprintf(
gT('The latest available version is <i>%s</i>.', 'js'),
gT('The latest available version is %s.', 'js'),
$latestVersion['version']
);

Expand Down

0 comments on commit c87b70f

Please sign in to comment.