Commit 3dc16942908d971f3f69ab9567c13fdf40895805
fix english of liked messages
Matt McKegg committed on 3/14/2017, 2:01:51 AMParent: ae8a21d5903d982a209f049dc0e74c50a3ba0253
Files changed
modules/feed/html/rollup.js | changed |
modules/feed/html/rollup.js | ||
---|---|---|
@@ -169,9 +169,9 @@ | ||
169 | 169 … | } else if (item.lastUpdateType === 'like' && item.likes.size) { |
170 | 170 … | meta = h('div.meta', { |
171 | 171 … | title: names(item.likes) |
172 | 172 … | }, [ |
173 | - api.profile.html.manyPeople(item.likes), ' like this message' | |
173 … | + api.profile.html.manyPeople(item.likes), ' liked this message' | |
174 | 174 … | ]) |
175 | 175 … | } |
176 | 176 … | |
177 | 177 … | return h('FeedEvent', [ |
Built with git-ssb-web