Skip to content

Commit

Permalink
Merge pull request #3230 from martenson/adjust-menu-tooltips
Browse files Browse the repository at this point in the history
adjust menu tooltips to be oneliners
  • Loading branch information
nsoranzo committed Dec 1, 2016
2 parents ead8e15 + bf8cffa commit 3b84136
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions client/galaxy/scripts/layout/menu.js
Expand Up @@ -15,7 +15,7 @@ var Collection = Backbone.Collection.extend({
// Chat server tab
//
var extendedNavItem = new GenericNav.GenericNavView();
this.add(extendedNavItem.render());
this.add(extendedNavItem.render());

//
// Analyze data tab.
Expand Down Expand Up @@ -147,7 +147,7 @@ var Collection = Backbone.Collection.extend({
var helpTab = {
id : 'help',
title : 'Help',
tooltip : 'Support, contact, and community hubs',
tooltip : 'Support, contact, and community',
menu : [{
title : 'Support',
url : options.support_url,
Expand Down Expand Up @@ -230,7 +230,7 @@ var Collection = Backbone.Collection.extend({
id : 'user',
title : 'User',
cls : 'loggedin-only',
tooltip : 'Account preferences and saved data',
tooltip : 'Account and saved data',
menu : [{
title : 'Logged in as ' + Galaxy.user.get( 'email' )
},{
Expand Down
2 changes: 1 addition & 1 deletion static/maps/layout/menu.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion static/scripts/bundled/libs.bundled.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/scripts/bundled/libs.bundled.js.map

Large diffs are not rendered by default.

0 comments on commit 3b84136

Please sign in to comment.