Project

General

Profile

« Previous | Next » 

Revision b11071cd

Added by June Zhang over 7 years ago

Fixes #17872 - Update button label from New to Create

Based on PatternFly Terminology and Wording suggestions
Don't recommend to use New, so update New to Create.

View differences:

app/views/filters/index.html.erb
title _("Filters")
end %>
<% title_actions new_link(_("New filter"), { :controller => :filters, :role_id => @role }),
<% title_actions new_link(_("Create Filter"), { :controller => :filters, :role_id => @role }),
documentation_button('4.1.2RolesandPermissions') %>
<table class="<%= table_css_classes %>" <%= "data-table='inline'".html_safe if params[:paginate] == 'client' %> >

Also available in: Unified diff