Commit dc01e7bc40d2bafc3eb0aad2a8e63f5a102e7fde

Authored by Leandro Santos
1 parent bba9694f

adding profile info block details

Showing 1 changed file with 9 additions and 1 deletions   Show diff stats
app/models/profile_info_block.rb
1 1 class ProfileInfoBlock < Block
2 2  
3 3 def self.description
4   - _('Profile information')
  4 + _('Display profile image and links to access initial homepage, control panel and profile activities.')
  5 + end
  6 +
  7 + def self.short_description
  8 + _('Show profile information')
  9 + end
  10 +
  11 + def self.pretty_name
  12 + _('Profile Information')
5 13 end
6 14  
7 15 def help
... ...