mirror of
https://github.com/friendica/friendica
synced 2025-04-26 08:30:10 +00:00
Merge branch 'develop' into improvement/move-app-to-src-2
This commit is contained in:
commit
86cae070f2
21 changed files with 5720 additions and 5348 deletions
|
@ -279,7 +279,7 @@ function admin_page_blocklist(App $a) {
|
|||
$blocklistform[] = array(
|
||||
'domain' => array("domain[$id]", t('Blocked domain'), $b['domain'], '', t('The blocked domain'), 'required', '', ''),
|
||||
'reason' => array("reason[$id]", t("Reason for the block"), $b['reason'], t('The reason why you blocked this domain.').'('.$b['domain'].')', 'required', '', ''),
|
||||
'delete' => array("delete[$id]", t("Delete domain").' ('.$b['domain'].')', False , "Check to delete this entry from the blocklist")
|
||||
'delete' => array("delete[$id]", t("Delete domain").' ('.$b['domain'].')', False , t("Check to delete this entry from the blocklist"))
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue