From 50552912b81f15a01923761861e558666b6ed286 Mon Sep 17 00:00:00 2001 From: Philipp Date: Sun, 27 Jun 2021 21:33:12 +0200 Subject: [PATCH] Remove wrong 5th argument for securemail --- securemail/securemail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/securemail/securemail.php b/securemail/securemail.php index 3f9cadb2..d396b3a8 100644 --- a/securemail/securemail.php +++ b/securemail/securemail.php @@ -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')] ]); }