Created
August 3, 2013 13:57
-
-
Save justinvdm/6146552 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/go/apps/dialogue/view_definition.py b/go/apps/dialogue/view_definition.py | |
| index 000b8aa..ca98492 100644 | |
| --- a/go/apps/dialogue/view_definition.py | |
| +++ b/go/apps/dialogue/view_definition.py | |
| @@ -22,7 +22,7 @@ class DialogueEditView(ConversationTemplateView): | |
| if r.status_code != 200: | |
| raise GoApiError( | |
| - "Failed to load routing table from Go API:" | |
| + "Failed to load dialogue from Go API:" | |
| " (%r) %r." % (r.status_code, r.text)) | |
| model_data = { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
👍