File tree Expand file tree Collapse file tree 5 files changed +7
-3
lines changed
app/shared/components/save-file-modal Expand file tree Collapse file tree 5 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 332
332
"COHORT_WARNING" : " Kohortenselektion ist erforderlich" ,
333
333
"COMMENT" : " Kommentar" ,
334
334
"HEADER" : " Abfrage speichern" ,
335
+ "LABEL" : " Titel" ,
335
336
"SAVE" : " Speichern" ,
336
337
"TITLE" : " Titel"
337
338
},
Original file line number Diff line number Diff line change 332
332
"COHORT_WARNING" : " Cohort selection is required" ,
333
333
"COMMENT" : " Comment" ,
334
334
"HEADER" : " Save query" ,
335
+ "LABEL" : " Title" ,
335
336
"SAVE" : " Save" ,
336
337
"TITLE" : " Title"
337
338
},
Original file line number Diff line number Diff line change 3
3
< div class ="save-query-box ">
4
4
< div fxLayout ="column " fxLayoutAlign ="space-around center ">
5
5
< mat-form-field class ="input-field ">
6
- < mat-label > {{ 'SAVED_QUERIES .LABEL' | translate }}</ mat-label >
6
+ < mat-label > {{ 'SHARED_COMPONENTS.SAVE_MODAL .LABEL' | translate }}</ mat-label >
7
7
< input matInput type ="text " [(ngModel)] ="title " />
8
8
</ mat-form-field >
9
9
< mat-form-field *ngIf ="isCommentRequired " class ="input-field " appearance ="fill ">
23
23
(click) ="doSave() "
24
24
class ="button-save "
25
25
>
26
- {{ 'SHARE_COMPONENTS .SAVE_MODAL.SAVE' | translate }}
26
+ {{ 'SHARED_COMPONENTS .SAVE_MODAL.SAVE' | translate }}
27
27
</ num-button >
28
28
< num-button type ="blue " (click) ="doDiscard() ">
29
- {{ 'SHARE_COMPONENTS .SAVE_MODAL.CANCEL' | translate }}
29
+ {{ 'SHARED_COMPONENTS .SAVE_MODAL.CANCEL' | translate }}
30
30
</ num-button >
31
31
</ div >
32
32
</ div >
Original file line number Diff line number Diff line change 332
332
"COHORT_WARNING" : " Kohortenselektion ist erforderlich" ,
333
333
"COMMENT" : " Kommentar" ,
334
334
"HEADER" : " Abfrage speichern" ,
335
+ "LABEL" : " Titel" ,
335
336
"SAVE" : " Speichern" ,
336
337
"TITLE" : " Titel"
337
338
},
Original file line number Diff line number Diff line change 332
332
"COHORT_WARNING" : " Cohort selection is required" ,
333
333
"COMMENT" : " Comment" ,
334
334
"HEADER" : " Save query" ,
335
+ "LABEL" : " Title" ,
335
336
"SAVE" : " Save" ,
336
337
"TITLE" : " Title"
337
338
},
You can’t perform that action at this time.
0 commit comments