added translations
This commit is contained in:
@@ -34,6 +34,6 @@ export class TelegramService {
|
||||
}
|
||||
|
||||
getDisplayName(): string {
|
||||
return this.getUsername() || this.getFullName() || 'Пользователь';
|
||||
return this.getUsername() || this.getFullName() || 'User';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user