forked from GNUsocial/gnu-social
syntax error in deleteaccount
This commit is contained in:
parent
e16cb8c03a
commit
fd22f684bf
@ -284,7 +284,7 @@ class DeleteAccountForm extends Form
|
|||||||
|
|
||||||
if ($cur->hasRight(Right::BACKUPACCOUNT)) {
|
if ($cur->hasRight(Right::BACKUPACCOUNT)) {
|
||||||
$msg .= sprintf(_('<p>You are strongly advised to '.
|
$msg .= sprintf(_('<p>You are strongly advised to '.
|
||||||
'<a href="%s">back up your data</a>'
|
'<a href="%s">back up your data</a>'.
|
||||||
' before deletion.</p>'),
|
' before deletion.</p>'),
|
||||||
common_local_url('backupaccount'));
|
common_local_url('backupaccount'));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user