]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Friendica.php
Warnings/Errors reduced - improved relay processing
[friendica.git] / src / Module / Friendica.php
index 6b5e05c8b36cf7d3f521e4b35762923742f49ff2..012f65ef69c826f4a2fc3a6b27b015e0f7504933 100644 (file)
@@ -76,12 +76,13 @@ class Friendica extends BaseModule
 
                if (!empty($blockList)) {
                        $blocked = [
-                               'title'  => DI::l10n()->t('On this server the following remote servers are blocked.'),
-                               'header' => [
+                               'title'    => DI::l10n()->t('On this server the following remote servers are blocked.'),
+                               'header'   => [
                                        DI::l10n()->t('Blocked domain'),
                                        DI::l10n()->t('Reason for the block'),
                                ],
-                               'list'   => $blockList,
+                               'download' => DI::l10n()->t('Download this list in CSV format'),
+                               'list'     => $blockList,
                        ];
                } else {
                        $blocked = null;