Project

General

Profile

Revision 6342a0e6

Added by Daniel Lobato Garcia over 8 years ago

Typo describing -> description on registry form

View differences:

app/views/registries/_form.html.erb
12 12

  
13 13
    <div class="tab-content">
14 14
      <div class="tab-pane active" id="primary">
15
        <%= text_f   f, :name, :help_inline => _("Registry name") %>
16
        <%= text_f   f, :url, :help_inline => _("Registry url") %>
17
        <%= text_f   f, :description, :help_inline => _("Describing of the registry") %>
15
        <%= text_f   f, :name %>
16
        <%= text_f   f, :url %>
17
        <%= text_f   f, :description, :help_inline => _("Description of the registry") %>
18 18
        <%= text_f   f, :username, :help_inline => _("Username used to access the registry") %>
19 19
        <%= password_f   f, :password, :help_inline => _("Password used for authentication to the registry") %>
20 20
      </div>

Also available in: Unified diff