Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
Better help text for unroutable_inbound_session_reply.
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgestar committed Nov 22, 2013
1 parent c09d181 commit 4f2b3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vumitools/routing.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class AccountRoutingTableDispatcherConfig(RoutingTableDispatcher.CONFIG_CLASS,
user_account_key = ConfigText(
"Key of the user account the message is from.")
unroutable_inbound_session_reply = ConfigText(
"Text to send on encounter unroutable inbound messages"
"Text to send in response to unroutable inbound messages"
" that are part of a session.",
static=True, required=False)

Expand Down

0 comments on commit 4f2b3e6

Please sign in to comment.