Skip to content

Commit

Permalink
Updated string value
Browse files Browse the repository at this point in the history
  • Loading branch information
bmclaughlin committed Mar 20, 2017
1 parent adefa56 commit 2649d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/views/ems_common/angular/_form.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

.form-group{"ng-class" => "{'has-error': angularForm.project.$invalid}", "ng-if" => "emsCommonModel.emstype == 'gce'"}
%label.col-md-2.control-label{"for" => "ems_project"}
= _('Project')
= _('Project ID')
.col-md-4
%input.form-control{"type" => "text",
"id" => "ems_project",
Expand Down

0 comments on commit 2649d94

Please sign in to comment.