mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 11:33:41 +03:00
chat: spell 'permanent' correctly
This commit is contained in:
parent
e233c57217
commit
2426343566
@ -96,7 +96,7 @@ export class SettingsScreen extends Component {
|
||||
</div>
|
||||
<div className={"w-100 fl mt3 " + ((!chatOwner) ? 'o-30' : '')}>
|
||||
<p className="f8 mt3 lh-copy db">Delete Chat</p>
|
||||
<p className="f9 gray2 db mb4">Permenantly delete this chat. (All current members will no longer see this chat)</p>
|
||||
<p className="f9 gray2 db mb4">Permanently delete this chat. All current members will no longer see this chat.</p>
|
||||
<a onClick={(chatOwner) ? this.deleteChat.bind(this) : null}
|
||||
className={"dib f9 ba pa2 " + deleteButtonClasses}>Delete this chat</a>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user