mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-19 18:07:58 +00:00
locale fixes
This commit is contained in:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user