This commit is contained in:
Rodolfo Berrios 2021-12-03 19:17:12 -03:00
parent 16463a3a68
commit e120fec868
No known key found for this signature in database
GPG Key ID: 3918A8F6B56606B3
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ function get_docs_link($key, $subject)
}
function free_version_warning($wrap=true)
{
$message = _s("This functionality is not part of Chevereto Free. %s to obtain this feature.", ['%s' => '<a href="https://github.com/rodber/chevereto-free/blob/master/UPGRADING.md"><span class="btn-icon icon-star4 color-yellow"></span> ' . _s('Upgrade to paid') . '</a>']);
$message = _s("This functionality is not part of Chevereto Free. %s to obtain this feature.", ['%s' => '<a href="https://github.com/rodber/chevereto-free/blob/master/UPGRADING.md"><span class="btn-icon icon-star4 color-yellow margin-right-5"></span>' . _s('Upgrade') . '</a>']);
echo($wrap ? ('<div class="input-below">' . $message . '</div>') : $message);
}
?>