]> git.mxchange.org Git - friendica-addons.git/commitdiff
Remove wrong 5th argument for securemail
authorPhilipp <admin@philipp.info>
Sun, 27 Jun 2021 19:33:12 +0000 (21:33 +0200)
committerPhilipp <admin@philipp.info>
Sun, 27 Jun 2021 19:33:12 +0000 (21:33 +0200)
securemail/securemail.php

index 3f9cadb27de37cec2d19d897a5baf6e302625221..d396b3a8c774e27916d772422b099d00c92fc905 100644 (file)
@@ -52,7 +52,7 @@ function securemail_settings(App &$a, &$s)
                '$submit' => DI::l10n()->t('Save Settings'),
                '$test' => DI::l10n()->t('Save and send test'), //NOTE: update also in 'post'
                '$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')]
        ]);
 }