]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Contact/Profile.php
Apply suggestions from code review
[friendica.git] / src / Module / Contact / Profile.php
index 886798a5f83a672403b88b5508c168d9e18e6bd1..15eebd3603830befa539acfd8a98f2407922bef7 100644 (file)
@@ -207,7 +207,7 @@ class Profile extends BaseModule
                                        // @TODO Backward compatibility, replace with $localRelationship->unblock()
                                        Contact\User::setCollapsed($contact['id'], DI::userSession()->getLocalUserId(), false);
 
-                                       $message = $this->t('Contact has been collapsed');
+                                       $message = $this->t('Contact has been uncollapsed');
                                } else {
                                        // @TODO Backward compatibility, replace with $localRelationship->block()
                                        Contact\User::setCollapsed($contact['id'], DI::userSession()->getLocalUserId(), true);