|
|
|
@ -162,7 +162,7 @@ |
|
|
|
<ng-container i18n>Cancel</ng-container> |
|
|
|
</button> |
|
|
|
</form> |
|
|
|
@if (data.dataSource !== 'MANUAL') { |
|
|
|
@if (data.dataSource !== DataSource.MANUAL) { |
|
|
|
<p class="my-1 px-1 text-muted" i18n>or</p> |
|
|
|
<button |
|
|
|
color="accent" |
|
|
|
@ -170,7 +170,9 @@ |
|
|
|
type="button" |
|
|
|
(click)="onConvertToManualDataSource()" |
|
|
|
> |
|
|
|
<ng-container i18n>Convert to MANUAL</ng-container> |
|
|
|
<ng-container i18n |
|
|
|
>Convert to {{ DataSource.MANUAL }}</ng-container |
|
|
|
> |
|
|
|
</button> |
|
|
|
} |
|
|
|
</div> |
|
|
|
|