From: Radhika Chippada Date: Mon, 9 Mar 2015 19:02:14 +0000 (-0400) Subject: 5190: updated tooltip X-Git-Tag: 1.1.0~1765^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/c11612fdde6d2f9cdf3347f41a80f11a8ac65fac 5190: updated tooltip --- diff --git a/apps/workbench/app/helpers/application_helper.rb b/apps/workbench/app/helpers/application_helper.rb index a11592b68b..d02d058e3a 100644 --- a/apps/workbench/app/helpers/application_helper.rb +++ b/apps/workbench/app/helpers/application_helper.rb @@ -201,7 +201,7 @@ module ApplicationHelper :class => "editable #{is_textile?( object, attr ) ? 'editable-textile' : ''}" }.merge(htmloptions).merge(ajax_options) edit_tiptitle = 'edit' - edit_tiptitle = 'please do not use hyphens in repository name' if (object.class.to_s == 'Repository' and attr == 'name') + edit_tiptitle = 'Warning: do not use hyphens in the repository name as they will be stripped' if (object.class.to_s == 'Repository' and attr == 'name') edit_button = raw('') if htmloptions[:btnplacement] == :left edit_button + ' ' + span_tag