no message

This commit is contained in:
2025-02-04 00:44:45 +03:00
parent 505d151ee5
commit ae2327347a
4 changed files with 42 additions and 34 deletions

View File

@@ -105,6 +105,10 @@ public enum ServerCode {
return "Публикация объекта";
case SendBugReport:
return "Отправка отчета об ошибке";
case UpdateBugReportField:
return "Обновить поле отчета об ошибке";
case AppendBugReportTextField:
return "Дополнить описание или комментария отчета об ошибке";
default:
return this.toString();
}