git ssb

10+

Matt McKegg / patchwork



Commit 122ab3c45058060aa304d66629e51a45dbcda3aa

change wording on onlySubscribed setting to make (slightly) more understandable

Matt McKegg committed on 2/12/2018, 1:04:59 AM
Parent: 853dff478c570fdddcbd38ec675f60e948031c5a

Files changed

locales/en.jsonchanged
modules/page/html/render/settings.jschanged
locales/en.jsonView
@@ -142,9 +142,9 @@
142142 "Confirm": "Confirm",
143143 "Cancel": "Cancel",
144144 "Unread Message": "Unread Message",
145145 "Font Size": "Font Size",
146- "Only include posts from subscribed channels": "Only include posts from subscribed channels",
146+ "Hide posts in channels that are not subscribed": "Hide posts in channels that are not subscribed",
147147 "Information": "Information",
148148 "Hide channel (un)subcribe messages": "Hide channel (un)subcribe messages",
149149 "Channel Feed Options": "Channel Feed Options",
150150 " forked this discussion:": " forked this discussion:",
@@ -160,5 +160,5 @@
160160 "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.",
161161 "Close": "Close",
162162 " referenced this message:": " referenced this message:",
163163 "on ": "on "
164-}
164+}
modules/page/html/render/settings.jsView
@@ -97,9 +97,9 @@
9797 ]),
9898
9999 h('div', [
100100 checkbox(onlySubscribed, {
101- label: i18n('Only include posts from subscribed channels')
101+ label: i18n(`Hide posts in channels that are not subscribed`)
102102 })
103103 ])
104104 ]),
105105

Built with git-ssb-web