diff --git a/app/models/profile_list_block.rb b/app/models/profile_list_block.rb index 7394d9d..834743f 100644 --- a/app/models/profile_list_block.rb +++ b/app/models/profile_list_block.rb @@ -51,4 +51,8 @@ class ProfileListBlock < Block end end + def help + _('Clicking on the people or groups will take you to their home page.') + end + end -- libgit2 0.21.2