diff --git a/app/models/profile_image_block.rb b/app/models/profile_image_block.rb index 933bf07..f34c4c6 100644 --- a/app/models/profile_image_block.rb +++ b/app/models/profile_image_block.rb @@ -3,7 +3,7 @@ class ProfileImageBlock < Block settings_items :show_name, :type => :boolean, :default => false def self.description - _('Picture') + _('Profile Image') end def help -- libgit2 0.21.2