Happychat: Changes happychat title and label messaging #10940

Merged
merged 3 commits into from Jan 27, 2017

Projects

None yet

5 participants

@beaucollins
Contributor
beaucollins commented Jan 25, 2017 edited

Fixes #10768 and #10767

@beaucollins beaucollins Happychat: Changes happychat title to 'Support Chat'
58af2e1
@beaucollins beaucollins requested a review from kriskarkoski Jan 25, 2017
beaucollins added some commits Jan 25, 2017
@beaucollins beaucollins Changes happychat text prompt
Fixes #10767
c495d8c
@beaucollins beaucollins Fixes code style whitespace issue
bd01550
@beaucollins beaucollins self-assigned this Jan 25, 2017
@beaucollins beaucollins changed the title from Happychat: Changes happychat title to 'Support Chat' to Happychat: Changes happychat title and label messaging 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
a8ci18n Jan 25, 2017

Alternate string suggestion:

  • translate( 'Unknown message type passed' )— translations: 9.

PR translation status page

@kriskarkoski

This tested perfectly for me:

screen shot 2017-01-26 at 3 59 15 pm

@mkaz
mkaz approved these changes Jan 27, 2017 View changes

Easy enough updating of text / labels
👍

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>
@beaucollins
beaucollins Jan 27, 2017 Contributor

fix for eslint warning react/jsx-space-before-closing

@beaucollins beaucollins merged commit bc4d9b9 into master Jan 27, 2017

2 checks passed

ci/circleci Your tests passed on CircleCI!
Details
ci/i18n Total: 2 strings (1 new). Translations: 50% coverage.
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment