chore: fix indent suggested by cs-fixer
This commit is contained in:
parent
080c608ea9
commit
6859fb78e9
1 changed files with 4 additions and 4 deletions
|
@ -202,10 +202,10 @@ class Calendar extends \Flake\Core\Model\Db {
|
|||
"label" => "Calendar color",
|
||||
"validation" => "color",
|
||||
"popover" => [
|
||||
"title" => "Calendar color",
|
||||
"content" => "This is the color that will be displayed in your CalDAV client.<br/>" .
|
||||
"Must be supplied in format '#RRGGBBAA' (alpha channel optional) with hexadecimal values.<br/>" .
|
||||
"This value is optional.",
|
||||
"title" => "Calendar color",
|
||||
"content" => "This is the color that will be displayed in your CalDAV client.<br/>" .
|
||||
"Must be supplied in format '#RRGGBBAA' (alpha channel optional) with hexadecimal values.<br/>" .
|
||||
"This value is optional.",
|
||||
],
|
||||
]));
|
||||
|
||||
|
|
Loading…
Reference in a new issue