git ssb

2+

mixmix / ticktack



Commit 7c4fa2334f8a2d21c416cb98d7f21cd61f40e98f

suggested fixes for textarea style and share verbiage.

andre alves garzia committed on 5/1/2018, 3:10:57 AM
Parent: 8d0dede6d93986e51f675d18df1b6af169751d34

Files changed

message/html/shares.mcsschanged
translations/en.jschanged
message/html/shares.mcssView
@@ -17,4 +17,15 @@
1717 }
1818
1919 }
2020
21+textarea#caption {
22+ $fontBasic
23+
24+ padding: 1rem
25+ border-radius: 1rem
26+ $borderSubtle
27+ margin-bottom: .5rem
28+
29+ outline: none
30+}
31+
translations/en.jsView
@@ -159,10 +159,10 @@
159159 }
160160 },
161161 share: {
162162 captionPlaceholder: 'Type an optional caption here',
163- shareLabel: 'Do you to share this post with your followers?',
164- externalShareLabel: 'Do you to share this post on the Web?',
163+ shareLabel: 'Do you to share this blog with your followers?',
164+ externalShareLabel: 'Do you to share this blog on the Web?',
165165 action: {
166166 share: 'Share',
167167 copy: 'Copy external URL',
168168 open: 'Open external URL'

Built with git-ssb-web