mirror of
https://github.com/mempool/mempool.git
synced 2025-03-03 17:47:01 +01:00
Fix i18n identifier for About Page -> Project Staff string
Co-authored-by: softsimon <softsimon@users.noreply.github.com>
This commit is contained in:
parent
40cd2a1ac3
commit
84a6d29914
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue