Commit 93a184cdcb3d73afefe5c1b5484c359f4eeefb59

Authored by Victor Costa
2 parents 8f571c03 a0238807

Merge branch 'AI3074-community_dashboard' into stable

plugins/community_hub/lib/community_hub_plugin/mediation.rb
@@ -12,4 +12,12 @@ class CommunityHubPlugin::Mediation < Article @@ -12,4 +12,12 @@ class CommunityHubPlugin::Mediation < Article
12 "hub-mediation-#{(Time.now.to_f * 1000).to_i}" 12 "hub-mediation-#{(Time.now.to_f * 1000).to_i}"
13 end 13 end
14 14
  15 + def self.description
  16 + _('Hub mediation')
  17 + end
  18 +
  19 + def self.short_description
  20 + _('Hub mediation')
  21 + end
  22 +
15 end 23 end