Commit 48d17fd1bcf61fe7ccad18400873878105276039
change wording for git pushes
Ev Bogue committed on 6/22/2017, 6:04:31 PMParent: 49f21f5981319957a7442641877fbc573102558f
Files changed
index.js | changed |
index.js | ||
---|---|---|
@@ -616,9 +616,9 @@ | ||
616 | 616 … | return ' changed something in about' |
617 | 617 … | else if (c.type == 'issue') |
618 | 618 … | return ' created an issue' |
619 | 619 … | else if (c.type == 'git-update') |
620 | - return ' did a git update' | |
620 … | + return ' pushed to git-ssb' | |
621 | 621 … | else if (c.type == 'ssb-dns') |
622 | 622 … | return ' updated dns' |
623 | 623 … | else if (c.type == 'pub') |
624 | 624 … | return ' connected to a pub' |
Built with git-ssb-web