Skip to content

Commit 97c9210

Browse files
committed
Fix typos in too many links flash
1 parent 55d5db3 commit 97c9210

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/controllers/events_controller.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def create
7575
end
7676

7777
if too_many_links = too_many_links?(@event.description)
78-
flash[:failure] = "We allow a maximum of 3 links in a descriptio. You have too many links currently."
78+
flash[:failure] = "We allow a maximum of 3 links in a description. You have too many links."
7979
end
8080

8181
respond_to do |format|
@@ -113,7 +113,7 @@ def update
113113
end
114114

115115
if too_many_links = too_many_links?(@event.description)
116-
flash[:failure] = "We allow a maximum of 3 links in a descriptio. You have too many links currently."
116+
flash[:failure] = "We allow a maximum of 3 links in a description. You have too many links."
117117
end
118118

119119
respond_to do |format|

0 commit comments

Comments
 (0)