We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8968221 commit 6bc5104Copy full SHA for 6bc5104
1 file changed
src/app/submission/sections/unpaywall/submission-section-unpaywall.component.html
@@ -3,7 +3,7 @@
3
<div class="col-12">
4
<div [ngSwitch]="(status$ | async)" *ngIf="!(loading$ | async)">
5
<ng-container *ngSwitchCase="UnpaywallSectionStatus.SUCCESSFUL">
6
- <ds-alert [type]="AlertType.Success"
+ <ds-alert [type]="AlertType.Info"
7
[content]="'submission.sections.unpaywall.status.successful' | translate"></ds-alert>
8
</ng-container>
9
<ng-container *ngSwitchCase="UnpaywallSectionStatus.IMPORTED">
0 commit comments