Happychat: Changes happychat title and label messaging #10940
+3
−3
matticbot
commented
Jan 25, 2017
beaucollins
added
some commits
Jan 25, 2017
| @@ -49,14 +49,14 @@ export const Composer = React.createClass( { | ||
| ref={ this.setScrollbleedTarget } | ||
| onFocus={ onFocus } | ||
| type="text" | ||
| - placeholder={ translate( 'Ask a question...' ) } | ||
| + placeholder={ translate( 'Type a message …' ) } |
a8ci18n
Jan 25, 2017
Alternate string suggestion:
translate( 'Unknown message type passed' )— translations: 9.
kriskarkoski
commented
Jan 26, 2017
| onChange={ onChange } | ||
| onKeyDown={ onKeyDown } | ||
| value={ message } /> | ||
| </div> | ||
| <button className="happychat__submit" | ||
| onClick={ sendMessage }> | ||
| - <svg viewBox="0 0 24 24" width="24" height="24"><path d="M2 21l21-9L2 3v7l15 2-15 2z"/></svg> | ||
| + <svg viewBox="0 0 24 24" width="24" height="24"><path d="M2 21l21-9L2 3v7l15 2-15 2z" /></svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Fixes #10768 and #10767