Skip to content

Commit 3b141cd

Browse files
authored
Merge pull request #23 from gtt-project/feature/gtt_as_description
Use 'GTT' as sectiondescription
2 parents 8e84581 + 0149535 commit 3b141cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/smash_tags_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def build_tags
133133
end
134134
section = {
135135
sectionname: tracker.name,
136-
sectiondescription: tracker.description,
136+
sectiondescription: "GTT",
137137
sectionicon: "image",
138138
forms: [{
139139
formname: tracker.name,

0 commit comments

Comments
 (0)