Commit 7c4fa2334f8a2d21c416cb98d7f21cd61f40e98f
suggested fixes for textarea style and share verbiage.
andre alves garzia committed on 5/1/2018, 3:10:57 AMParent: 8d0dede6d93986e51f675d18df1b6af169751d34
Files changed
message/html/shares.mcss | changed |
translations/en.js | changed |
message/html/shares.mcss | ||
---|---|---|
@@ -17,4 +17,15 @@ | ||
17 | 17 | } |
18 | 18 | |
19 | 19 | } |
20 | 20 | |
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.js | ||
---|---|---|
@@ -159,10 +159,10 @@ | ||
159 | 159 | } |
160 | 160 | }, |
161 | 161 | share: { |
162 | 162 | 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?', | |
165 | 165 | action: { |
166 | 166 | share: 'Share', |
167 | 167 | copy: 'Copy external URL', |
168 | 168 | open: 'Open external URL' |
Built with git-ssb-web