diff --git a/tpl/bootstrap.php b/tpl/bootstrap.php index b42f90d9..18ef595f 100644 --- a/tpl/bootstrap.php +++ b/tpl/bootstrap.php @@ -579,12 +579,12 @@ endif;

', ''), ' ', $INFO, PHP_EOL; - ?> + I18n::_('%s is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted %sin the browser%s using 256 bits AES.', + I18n::_($NAME), + '%s', '%s' + ), + '', ''), ' ', $INFO, PHP_EOL; + ?>

diff --git a/tpl/page.php b/tpl/page.php index 69310832..aade5bd2 100644 --- a/tpl/page.php +++ b/tpl/page.php @@ -77,12 +77,12 @@ endif;
', ''), ' ', $INFO; - ?> + I18n::_('%s is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted %sin the browser%s using 256 bits AES.', + I18n::_($NAME), + '%s', '%s' + ), + '', ''), ' ', $INFO; + ?>