]> git.mxchange.org Git - friendica.git/commitdiff
Indention fixed
authorMichael <heluecht@pirati.ca>
Sat, 16 Sep 2023 08:03:50 +0000 (08:03 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 16 Sep 2023 08:03:50 +0000 (08:03 +0000)
src/Module/Contact/Profile.php

index cfb56ac4f721c410235cfb851cc7c25bb315104d..d9faed7d9712b1095dead2d04fb4b9af98ca00fa 100644 (file)
@@ -438,7 +438,7 @@ class Profile extends BaseModule
                        '$frequency_always'       => ['channel_frequency', $this->t('Display all posts of this contact'), Contact\User::FREQUENCY_ALWAYS, $this->t('All posts from this contact will appear on the "for you" channel'), $channel_frequency == Contact\User::FREQUENCY_ALWAYS],
                        '$frequency_reduced'      => ['channel_frequency', $this->t('Display only few posts'), Contact\User::FREQUENCY_REDUCED, $this->t('When a contact creates a lot of posts in a short period, this setting reduces the number of displayed posts in every channel.'), $channel_frequency == Contact\User::FREQUENCY_REDUCED],
                        '$frequency_never'        => ['channel_frequency', $this->t('Never display posts'), Contact\User::FREQUENCY_NEVER, $this->t('Posts from this contact will never be displayed in any channel'), $channel_frequency == Contact\User::FREQUENCY_NEVER],
-       ]);
+               ]);
 
                $arr = ['contact' => $contact, 'output' => $o];