mirror of
https://github.com/friendica/friendica
synced 2025-05-20 19:44:11 +02:00
Networks are now protocols
This commit is contained in:
parent
e2ea4a3dc3
commit
0ad71ebbbc
3 changed files with 4 additions and 4 deletions
|
@ -155,10 +155,10 @@ class Widget
|
|||
}
|
||||
|
||||
return Renderer::replaceMacros(Renderer::getMarkupTemplate('nets.tpl'), array(
|
||||
'$title' => L10n::t('Networks'),
|
||||
'$title' => L10n::t('Protocols'),
|
||||
'$desc' => '',
|
||||
'$sel_all' => (($selected == '') ? 'selected' : ''),
|
||||
'$all' => L10n::t('All Networks'),
|
||||
'$all' => L10n::t('All Protocols'),
|
||||
'$nets' => $nets,
|
||||
'$base' => $baseurl,
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue