chat fe: improve groupify copy

This commit is contained in:
Fang 2020-03-13 19:02:29 +01:00 committed by GitHub
parent 32ae34a37a
commit acdf511f23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,7 +139,9 @@ export class SettingsScreen extends Component {
<div>
<div className={"w-100 fl mt3 "}>
<p className="f8 mt3 lh-copy db">Convert Chat</p>
<p className="f9 gray2 db mb4">Convert this chat into a group + associated chat.</p>
<p className="f9 gray2 db mb4">
Convert this chat into a group with associated chat.
</p>
<a onClick={this.groupifyChat.bind(this)}
className={"dib f9 black gray4-d bg-gray0-d ba pa2 b--black b--gray1-d pointer"}>Convert to group</a>
</div>