Update license.go (handled error) (#28410)

Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com>
Этот коммит содержится в:
TheInvincible
2024-10-16 08:45:41 +01:00
коммит произвёл GitHub
родитель 63c97f5a6d
Коммит 9726eedbe2
3 изменённых файлов: 20 добавлений и 5 удалений

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

@@ -2224,6 +2224,10 @@
"id": "api.license.add_license.array.app_error",
"translation": "Empty array under 'license' in request."
},
{
"id": "api.license.add_license.copy.app_error",
"translation": "Failed to copy license."
},
{
"id": "api.license.add_license.expired.app_error",
"translation": "License is either expired or has not yet started."