mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-19 18:07:58 +00:00
more localization fixes
This commit is contained in:
@@ -38,7 +38,7 @@ ul.nav-tabs(ngbNav, #nav='ngbNav')
|
||||
ng-container(*ngIf='config.store.configSync.token')
|
||||
.alert.alert-danger(*ngIf='connectionSuccessful === false')
|
||||
i.fas.fa-exclamation-triangle
|
||||
span.ml-2(translate, [translateParams]='{error: connectionError}') Connection failed: {error}
|
||||
span.ml-2(translate='Connection failed: {error}', [translateParams]='{error: connectionError}')
|
||||
|
||||
ng-container(*ngIf='connectionSuccessful')
|
||||
.form-line
|
||||
@@ -59,7 +59,7 @@ ul.nav-tabs(ngbNav, #nav='ngbNav')
|
||||
i.fas.fa-fw.fa-file
|
||||
.ml-2.d-flex.flex-column.align-items-start
|
||||
div {{cfg.name}}
|
||||
small.text-muted(translate, [translateParams]='{date: cfg.modified_at|date:"medium"}') Modified on {date}
|
||||
small.text-muted(translate='Modified on {date}', [translateParams]='{date: cfg.modified_at|date:"medium"}')
|
||||
.mr-auto
|
||||
button.btn.btn-link.ml-1(
|
||||
(click)='uploadAndSync(cfg)',
|
||||
|
@@ -2,7 +2,7 @@
|
||||
h3.m-0 {{profile.name}}
|
||||
|
||||
.modal-header(*ngIf='defaultsMode')
|
||||
h3.m-0(translate, [translateParams]='{type: profileProvider.name}') Defaults for {type}
|
||||
h3.m-0(translate='Defaults for {type}', [translateParams]='{type: profileProvider.name}')
|
||||
|
||||
.modal-body
|
||||
.row
|
||||
|
Reference in New Issue
Block a user