git ssb

10+

Matt McKegg / patchwork



Commit 9cb6a53289e695dec730708c30a8a917e6269c7d

add tooltip on block button

Matt McKegg committed on 10/14/2017, 4:53:47 AM
Parent: fec81386227bdfae59b98184c5a371cadbea9623

Files changed

locales/en.jsonchanged
modules/page/html/render/profile.jschanged
locales/en.jsonView
@@ -141,12 +141,12 @@
141141 "de": "German",
142142 "Private Message": "Private Message",
143143 "Send Private Message": "Send Private Message",
144144 "Publish Privately": "Publish Privately",
145- "Unblock": "Unblock",
146145 "Block": "Block",
147146 "Click to unblock": "Click to unblock",
148147 "Blocked": "Blocked",
149148 "pt": "pt",
150149 "blocked ": "blocked ",
151- "unblocked ": "unblocked "
152-}
150+ "unblocked ": "unblocked ",
151+ "Click to block syncing with this person and hide their posts": "Click to block syncing with this person and hide their posts"
152+}
modules/page/html/render/profile.jsView
@@ -171,9 +171,9 @@
171171 }, when(followsYou, i18n('Follow Back'), i18n('Follow')))
172172 ),
173173 h('a.ToggleButton.-blocking', {
174174 'href': '#',
175- 'title': i18n('Block'),
175+ 'title': i18n('Click to block syncing with this person and hide their posts'),
176176 'ev-click': () => block(id, console.log)
177177 }, i18n('Block'))
178178 ])
179179 ])

Built with git-ssb-web