Skip to content

Commit

Permalink
Improve message wording (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
creativecreatorormaybenot committed Feb 6, 2023
1 parent d59e512 commit 08f8580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/cloud_functions/src/application/track/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ async function trackTopRepo(
optionalMantissa: true,
});
const tweet = `
${repoTag} is now the most starred software repo on #GitHub at ${formattedStars} 🌟
${repoTag} is now the most starred #GitHub software repo at ${formattedStars} 🌟
${await getTwitterTag({
repo,
Expand Down Expand Up @@ -991,7 +991,7 @@ async function trackFastestGrowing({
diffText = `(${formattedDiff} more than any other repo) `;
}
const tweet = `
${repoTag} is the fastest growing top 100 software repo on #GitHub ${periodHeadline} πŸš€
${repoTag} is the fastest growing top 100 #GitHub software repo ${periodHeadline} πŸš€
+${formattedChange} 🌟 ${periodChange} ${diffText}
-> ${formattedStars} 🌟 in total (top #${internal.position} software repo)
Expand Down

0 comments on commit 08f8580

Please sign in to comment.