Skip to content

Commit 0a5b60c

Browse files
committed
better wording
1 parent dd38919 commit 0a5b60c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/trello.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const track = async function (t) {
3636
await togglService.track(tracking, stripStoryPointsAndTaskToken(card.name));
3737

3838
t.set("card", "shared", "tracking", tracking);
39-
t.alert({ message: `started tracking task #${tracking.task}`});
39+
t.alert({ message: `Started trekking #${tracking.task}`});
4040
};
4141

4242
export default {

0 commit comments

Comments
 (0)