mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 18:19:22 +03:00
Apply suggestions from code review
Co-authored-by: Akhil Potukuchi <akhil.potukuchi@gmail.com>
This commit is contained in:
parent
552a91acc2
commit
e5044ff10a
1 changed files with 1 additions and 1 deletions
|
|
@ -503,7 +503,7 @@ class NextcloudPlugin extends \RainLoop\Plugins\AbstractPlugin
|
|||
->SetType(\RainLoop\Enumerations\PluginPropertyType::STRING)
|
||||
->SetDefaultValue(self::DEFAULT_ADDRESSBOOK_NAME),
|
||||
|
||||
\RainLoop\Plugins\Property::NewInstance(self::DEFAULT_ADDRESSBOOK_DESCRIPTION_KEY)->SetLabel('Default nextcloud addressbook description for recipinets')
|
||||
\RainLoop\Plugins\Property::NewInstance(self::DEFAULT_ADDRESSBOOK_DESCRIPTION_KEY)->SetLabel('Default nextcloud addressbook description for recipients')
|
||||
->SetType(\RainLoop\Enumerations\PluginPropertyType::STRING)
|
||||
->SetDefaultValue(self::DEFAULT_ADDRESSBOOK_DESCRIPTION),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue