Skip to content

Commit

Permalink
Merge #63: Fix for stars typo.
Browse files Browse the repository at this point in the history
c39eb1a Fixes stars typo v2. (ty5e3a45)
e816f7d Fixes stars typo. (ty5e3a45)

Pull request description:

  On https://torrust.com/torrent-tracker, a list of projects used in the development of Torrust are listed in a table. One of the table's columns is named "Starts", a typo referring to the amount of stars each repository has accumulated on their respective platform.
  This branch fixes this issue, as well as the same typo on https://torrust.com/review-and-setup-guide-for-unit3d.

ACKs for top commit:
  josecelano:
    ACK c39eb1a

Tree-SHA512: 7a0684a8ea70487fc3b73f08f1b312f40145e4f99a235e9068a53c7e51a638409829b93ebc25882757157c62468838aa5b69890b79dc087ba143f96cb732c900
  • Loading branch information
josecelano committed Oct 1, 2024
2 parents 78dc7ad + c39eb1a commit 5da6ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ export const trackerBasicTableHeadings = [
{ displayName: 'Repo', fieldName: 'repo' },
{ displayName: 'Name', fieldName: 'name' },
{ displayName: 'License', fieldName: 'license' },
{ displayName: 'Starts', fieldName: 'starts' },
{ displayName: 'Stars', fieldName: 'stars' },
{ displayName: 'Contributors', fieldName: 'contributors' },
{ displayName: 'Type', fieldName: 'type' },
{ displayName: 'UDP', fieldName: 'udp' },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ UNIT3D was created from scratch. The first commit was on December 2017.

- **Repo:** <https://github.com/HDInnovations/UNIT3D-Community-Edition>
- **Contributors:** [116](https://github.com/HDInnovations/UNIT3D-Community-Edition/graphs/contributors)
- **Starts:** 1.9k.
- **Stars:** 1.9k.
- **Production Stats**:
- Installations: 26
- Users: 235,041
Expand Down

0 comments on commit 5da6ff4

Please sign in to comment.