We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf76045 commit 6cd10aaCopy full SHA for 6cd10aa
src/browser.ts
@@ -39,7 +39,7 @@ class GitHubFileBrowser extends Widget {
39
40
this.userName = new GitHubEditableName(drive.user, '<Edit User>');
41
this.userName.addClass('jp-GitHubEditableUserName');
42
- this.userName.node.title = 'User';
+ this.userName.node.title = 'Click to edit user/organization';
43
this._browser.toolbar.addItem('user', this.userName);
44
this.userName.name.changed.connect(this._onUserChanged, this);
45
0 commit comments