mirror of
https://github.com/friendica/friendica
synced 2025-04-26 09:50:15 +00:00
Translation function added
This commit is contained in:
parent
0007da8630
commit
cb830c9ad3
5 changed files with 5 additions and 5 deletions
|
@ -39,7 +39,7 @@ class Index extends BaseAdmin
|
|||
switch ($_GET['action']) {
|
||||
case 'reload':
|
||||
Addon::reload();
|
||||
info('Addons reloaded');
|
||||
info(DI::l10n()->t('Addons reloaded'));
|
||||
break;
|
||||
|
||||
case 'toggle' :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue