Skip to content

Commit

Permalink
fix twitch counter locale
Browse files Browse the repository at this point in the history
  • Loading branch information
livingflore committed Nov 28, 2024
1 parent e9c1b8b commit 276e580
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/bot/src/@types/resources.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ interface Resources {
template: "{{COUNTER}} Followers";
},
{
name: "Twitch views";
template: "{{COUNTER}} Views";
name: "Twitch viewers";
template: "Viewers: {{COUNTER}}";
},
];
};
Expand Down
4 changes: 2 additions & 2 deletions apps/bot/src/locales/en-US/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@
"template": "{{COUNTER}} Followers"
},
{
"name": "Twitch views",
"template": "{{COUNTER}} Views"
"name": "Twitch viewers",
"template": "Viewers: {{COUNTER}}"
}
]
},
Expand Down

0 comments on commit 276e580

Please sign in to comment.