git ssb

10+

Matt McKegg / patchwork



Commit d3414d5beb5d4fc5940f696773b65c3d8b4acb15

update missing message to include warning about author being blocked

Matt McKegg committed on 10/19/2017, 12:08:23 AM
Parent: 00569595c67fa7ffb47acaaa102e08bef8a97b31

Files changed

locales/en.jsonchanged
modules/message/html/missing.jschanged
locales/en.jsonView
@@ -172,8 +172,8 @@
172172 "They might not be able to see your posts either.": "They might not be able to see your posts either.",
173173 "However, since you follow someone that follows them, you should be able to see their latest posts.": "However, since you follow someone that follows them, you should be able to see their latest posts.",
174174 "An error occured while publishing your message.": "An error occured while publishing your message.",
175175 "Missing message": "Missing message",
176- "The author of this message could be outside of your follow range.": "The author of this message could be outside of your follow range.",
177176 " via ": " via ",
178- "Cannot load thead": "Cannot load thead"
177+ "Cannot load thead": "Cannot load thead",
178+ "The author of this message could be outside of your follow range or they may be blocked.": "The author of this message could be outside of your follow range or they may be blocked."
179179 }
modules/message/html/missing.jsView
@@ -37,9 +37,9 @@
3737 ])
3838 ])
3939 ]),
4040 h('section', [
41- h('p', [i18n(`The author of this message could be outside of your follow range.`)])
41+ h('p', [i18n(`The author of this message could be outside of your follow range or they may be blocked.`)])
4242 ])
4343 ])
4444 }
4545 }

Built with git-ssb-web