Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: cms/translations/xtm/constants.py

Issue 29969555: Issue 7039 - [XTM Integration] Make parameter naming consistent with the API docs
Patch Set: Created Dec. 28, 2018, 2:51 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cms/translations/xtm/constants.py
diff --git a/cms/translations/xtm/constants.py b/cms/translations/xtm/constants.py
index 26d3db4906d8baf3a8b4d40f5503d312edf4a924..8167b04b5b0ea7b968b98a662cab18f3d86d06b2 100644
--- a/cms/translations/xtm/constants.py
+++ b/cms/translations/xtm/constants.py
@@ -106,7 +106,7 @@ class ArgumentsHelp:
MAIN = 'Sub-mode used to create a new project with XTM Cloud.'
NAME = 'The name of the project will have once created.'
DESC = 'TBD'
- CLIENT_ID = 'TBD'
+ CUSTOMER_ID = 'TBD'
REF_ID = 'TBD'
WORKFLOW_ID = 'TBD'
SOURCE = 'The source language for this project. Default "en_US".'

Powered by Google App Engine
This is Rietveld