Better handling of errors on trial license request (#14886)
* Fix behavior on blank site url on trial requests * Adding trial license error response handling * Changing text based on PR review comments
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
9e12a34e3c
Коммит
05dc928576
@@ -1504,6 +1504,10 @@
|
||||
"id": "api.license.request_trial_license.app_error",
|
||||
"translation": "Unable to get a trial license, please try again or contact with support@mattermost.com."
|
||||
},
|
||||
{
|
||||
"id": "api.license.request_trial_license.no-site-url.app_error",
|
||||
"translation": "Unable to request a trial license. Please configure a Site URL in the web server section of the Mattermost System Console."
|
||||
},
|
||||
{
|
||||
"id": "api.marshal_error",
|
||||
"translation": "marshal error"
|
||||
|
||||
Ссылка в новой задаче
Block a user