From dc01e7bc40d2bafc3eb0aad2a8e63f5a102e7fde Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Mon, 1 Sep 2014 12:06:15 -0300 Subject: [PATCH] adding profile info block details --- app/models/profile_info_block.rb | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/app/models/profile_info_block.rb b/app/models/profile_info_block.rb index 3d09217..08dfa4e 100644 --- a/app/models/profile_info_block.rb +++ b/app/models/profile_info_block.rb @@ -1,7 +1,15 @@ class ProfileInfoBlock < Block def self.description - _('Profile information') + _('Display profile image and links to access initial homepage, control panel and profile activities.') + end + + def self.short_description + _('Show profile information') + end + + def self.pretty_name + _('Profile Information') end def help -- libgit2 0.21.2