locale fixes

This commit is contained in:
Eugene Pankov
2022-01-18 10:10:25 +01:00
parent f2a48fc0c0
commit eb60c3c3c6
7 changed files with 26 additions and 26 deletions

View File

@@ -7,7 +7,7 @@ import { TelnetProfile } from './session'
@Injectable({ providedIn: 'root' })
export class TelnetProfilesService extends ProfileProvider<TelnetProfile> {
id = 'telnet'
name = this.translate.instant('Telnet')
name = 'Telnet'
supportsQuickConnect = false
settingsComponent = TelnetProfileSettingsComponent
configDefaults = {