fix various copy/paste/typos (#22823)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
3d7a54555f
Коммит
28ad1c80cd
@@ -442,7 +442,7 @@ func (lr *LicenseRecord) IsValid() *AppError {
|
||||
}
|
||||
|
||||
if lr.Bytes == "" || len(lr.Bytes) > 10000 {
|
||||
return NewAppError("LicenseRecord.IsValid", "model.license_record.is_valid.create_at.app_error", nil, "", http.StatusBadRequest)
|
||||
return NewAppError("LicenseRecord.IsValid", "model.license_record.is_valid.bytes.app_error", nil, "", http.StatusBadRequest)
|
||||
}
|
||||
|
||||
return nil
|
||||
|
||||
Ссылка в новой задаче
Block a user