Skip to content

Commit 6cd10aa

Browse files
committed
Make hover-text more detailed.
1 parent bf76045 commit 6cd10aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class GitHubFileBrowser extends Widget {
3939

4040
this.userName = new GitHubEditableName(drive.user, '<Edit User>');
4141
this.userName.addClass('jp-GitHubEditableUserName');
42-
this.userName.node.title = 'User';
42+
this.userName.node.title = 'Click to edit user/organization';
4343
this._browser.toolbar.addItem('user', this.userName);
4444
this.userName.name.changed.connect(this._onUserChanged, this);
4545

0 commit comments

Comments
 (0)