mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 11:33:41 +03:00
Merge pull request #2458 from urbit/mp/publish-typo
publish: fix join typo
This commit is contained in:
commit
229373924b
@ -159,7 +159,7 @@ export class JoinScreen extends Component {
|
||||
disabled={(this.state.disable) || (!state.book) || (state.book === "/")}
|
||||
onClick={this.onClickJoin.bind(this)}
|
||||
className={joinClasses}
|
||||
>Join Chat</button>
|
||||
>Join Notebook</button>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user