git ssb

9+

cel / ssb-viewer



Commit 48d17fd1bcf61fe7ccad18400873878105276039

change wording for git pushes

Ev Bogue committed on 6/22/2017, 6:04:31 PM
Parent: 49f21f5981319957a7442641877fbc573102558f

Files changed

index.jschanged
index.jsView
@@ -616,9 +616,9 @@
616616 return ' changed something in about'
617617 else if (c.type == 'issue')
618618 return ' created an issue'
619619 else if (c.type == 'git-update')
620- return ' did a git update'
620 + return ' pushed to git-ssb'
621621 else if (c.type == 'ssb-dns')
622622 return ' updated dns'
623623 else if (c.type == 'pub')
624624 return ' connected to a pub'

Built with git-ssb-web