Adding terms_accepted and receive_emails_accepted params to request trial (#14937)

Этот коммит содержится в:
Jesús Espino
2020-07-03 12:17:34 +02:00
коммит произвёл GitHub
родитель 3e9ec51890
Коммит a4fc0fcfb7
3 изменённых файлов: 33 добавлений и 19 удалений

Просмотреть файл

@@ -1500,6 +1500,10 @@
"id": "api.license.request-trial.bad-request",
"translation": "The number of users requested is not correct."
},
{
"id": "api.license.request-trial.bad-request.terms-not-accepted",
"translation": "You must accept the Mattermost Software Evaluation Agreement and Privacy Policy to request a license."
},
{
"id": "api.license.request_trial_license.app_error",
"translation": "Unable to get a trial license, please try again or contact with support@mattermost.com."