added feedback

This commit is contained in:
Philipp Holzer 2019-05-05 10:00:28 +02:00
parent 28d6441d69
commit 9123361d61
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
4 changed files with 71 additions and 67 deletions

View file

@ -76,7 +76,7 @@ class Friendica extends BaseModule
'<strong>' . FRIENDICA_VERSION . '</strong>',
$app->getBaseURL(),
'<strong>' . DB_UPDATE_VERSION . '</strong>',
'<strong>' . $config->get("system", "post_update_version") . '</strong>'),
'<strong>' . $config->get('system', 'post_update_version') . '</strong>'),
'friendica' => L10n::t('Please visit <a href="https://friendi.ca">Friendi.ca</a> to learn more about the Friendica project.'),
'bugs' => L10n::t('Bug reports and issues: please visit') . ' ' . '<a href="https://github.com/friendica/friendica/issues?state=open">' . L10n::t('the bugtracker at github') . '</a>',
'info' => L10n::t('Suggestions, praise, etc. - please email "info" at "friendi - dot - ca'),