We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d5db3 commit 97c9210Copy full SHA for 97c9210
app/controllers/events_controller.rb
@@ -75,7 +75,7 @@ def create
75
end
76
77
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."
+ flash[:failure] = "We allow a maximum of 3 links in a description. You have too many links."
79
80
81
respond_to do |format|
@@ -113,7 +113,7 @@ def update
113
114
115
116
117
118
119
0 commit comments