Skip to content

Commit

Permalink
Merge pull request #1130 from ORCID/affiliation-update
Browse files Browse the repository at this point in the history
Affiliation update
  • Loading branch information
bobcaprice authored Mar 13, 2024
2 parents 0097ce0 + 01c46e0 commit 6bd3787
Show file tree
Hide file tree
Showing 24 changed files with 28,304 additions and 142 deletions.
Empty file.
3 changes: 1 addition & 2 deletions ui/src/app/affiliation/affiliation-detail.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { faPencilAlt, faArrowLeft } from '@fortawesome/free-solid-svg-icons'
@Component({
selector: 'app-affiliation-detail',
templateUrl: './affiliation-detail.component.html',
styleUrls: ['./affiliation-detail.component.scss'],
})
export class AffiliationDetailComponent implements OnInit {
affiliation: IAffiliation = new Affiliation()
Expand Down Expand Up @@ -36,6 +35,6 @@ export class AffiliationDetailComponent implements OnInit {
}

successMessage() {
alert($localize`:@@gatewayApp.assertionServiceAssertion.copySuccess.string:`)
alert($localize`:@@gatewayApp.assertionServiceAssertion.copySuccess.string:Copied to clipboard`)
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ export class AffiliationImportDialogComponent {
this.loading = false
})
} else {
alert($localize`:@@gatewayApp.msUserServiceMSUser.import.emptyFile.string:`)
alert(
$localize`:@@gatewayApp.msUserServiceMSUser.import.emptyFile.string:There is no file to upload. Please select one.`
)
}
}

Expand Down
Loading

0 comments on commit 6bd3787

Please sign in to comment.