Skip to content

Commit

Permalink
Changed default support chat/forum/email headers to be more generic (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bodom0015 authored Mar 30, 2017
1 parent 26b2350 commit ddd9330
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gui/app/help/HelpController.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ angular
$scope.support = contact;

$scope.links = [
{ id: "ggroup", label: "Google Group", url: contact.forum, icon: "fa-bullhorn", description: "Discuss with the support team and community" },
{ id: "gitter", label: "Gitter", url: contact.chat, icon: "fa-comments", description: "Chat with the support team and community" },
{ id: "email", label: "E-mail", url: "mailto:" + SupportEmail, icon: "fa-envelope", description: "Ask for support via free-form e-mail" },
{ id: "ggroup", label: "Help Forum", url: contact.forum, icon: "fa-bullhorn", description: "Discuss with the support team and community" },
{ id: "gitter", label: "Live Chat", url: contact.chat, icon: "fa-comments", description: "Chat with the support team and community" },
{ id: "email", label: "Support E-mail", url: "mailto:" + SupportEmail, icon: "fa-envelope", description: "Ask for support via free-form e-mail" },
];
});

Expand Down

0 comments on commit ddd9330

Please sign in to comment.