forked from friendica/friendica-addons
Merge pull request #1140 from nupplaphil/bug/catavatar
[securemail] Remove wrong 5th argument
This commit is contained in:
commit
acdb5c551f
|
@ -52,7 +52,7 @@ function securemail_settings(App &$a, &$s)
|
||||||
'$submit' => DI::l10n()->t('Save Settings'),
|
'$submit' => DI::l10n()->t('Save Settings'),
|
||||||
'$test' => DI::l10n()->t('Save and send test'), //NOTE: update also in 'post'
|
'$test' => DI::l10n()->t('Save and send test'), //NOTE: update also in 'post'
|
||||||
'$enable' => ['securemail-enable', DI::l10n()->t('Enable Secure Mail'), $enable, ''],
|
'$enable' => ['securemail-enable', DI::l10n()->t('Enable Secure Mail'), $enable, ''],
|
||||||
'$publickey' => ['securemail-pkey', DI::l10n()->t('Public key'), $publickey, DI::l10n()->t('Your public PGP key, ascii armored format'), 'rows="10"']
|
'$publickey' => ['securemail-pkey', DI::l10n()->t('Public key'), $publickey, DI::l10n()->t('Your public PGP key, ascii armored format')]
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue