Fix i18n identifier for About Page -> Project Staff string

Co-authored-by: softsimon <softsimon@users.noreply.github.com>
This commit is contained in:
wiz 2021-12-08 04:16:34 +00:00 committed by GitHub
parent 40cd2a1ac3
commit 84a6d29914
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -174,7 +174,7 @@
</div>
<div class="maintainers" *ngIf="contributors.core.length">
<h3 i18n="about.core_contributors">Project Staff</h3>
<h3 i18n="about.project_staff">Project Staff</h3>
<div class="wrapper">
<ng-template ngFor let-contributor [ngForOf]="contributors.core">
<a [href]="'https://github.com/' + contributor.name" target="_blank" [title]="contributor.name">