mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-06 00:21:52 +00:00
sorted messages, cleaned up translateParams attributes
This commit is contained in:
@@ -451,7 +451,7 @@ export class BaseTerminalTabComponent extends BaseTabComponent implements OnInit
|
||||
{
|
||||
type: 'warning',
|
||||
detail: data,
|
||||
message: this.translate.instant(`Paste multiple lines?`),
|
||||
message: this.translate.instant('Paste multiple lines?'),
|
||||
buttons,
|
||||
defaultId: 0,
|
||||
cancelId: 1,
|
||||
|
@@ -28,7 +28,10 @@ div.mt-4
|
||||
|
||||
.form-line
|
||||
.header
|
||||
.title {{ "Use {altKeyName} as the Meta key"|translate:{altKeyName: altKeyName} }}
|
||||
.title(
|
||||
translate="Use {altKeyName} as the Meta key",
|
||||
[translateParams]='{altKeyName: altKeyName}'
|
||||
)
|
||||
.description(translate) Lets the shell handle Meta key instead of OS
|
||||
toggle(
|
||||
[(ngModel)]='config.store.terminal.altIsMeta',
|
||||
|
Reference in New Issue
Block a user