SUPPORT-9021: Fix
This commit is contained in:
parent
aacf343a53
commit
de5e5d16b1
1 changed files with 1 additions and 1 deletions
|
|
@ -7,6 +7,6 @@ export class EsiaErrorDetail {
|
|||
};
|
||||
|
||||
public static getDescription(code: string): string {
|
||||
return this.errors[code] || 'Доступ запрещен. Обратитесь к системному администратору. Ошибка ' + code;
|
||||
return this.errors[code] || 'Система временно недоступна. Пожалуйста, повторите попытку позже. Ошибка ЕСИА ' + code;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue