Skip to content

Commit

Permalink
# Updating hint message
Browse files Browse the repository at this point in the history
  • Loading branch information
maurok committed May 19, 2017
1 parent e8c5a84 commit 25b0194
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public async Task<HttpResponseMessage> Post([FromBody]Activity activity)
}
catch (Exception e)
{
message = "Oops! Something went wrong. Try again later (hint: also check your APIKEY at web.config).";
message = "Oops! Something went wrong. Try again later (hint: check your APIKEY at web.config).";

Trace.TraceError(e.ToString());
}
Expand Down

0 comments on commit 25b0194

Please sign in to comment.