Skip to content

Commit

Permalink
Fix typo in flash message if VM has no provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Hilda Stastna committed Oct 2, 2018
1 parent 3ffddce commit f451d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/vm_or_template/operations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def vm_destroy

def raw_rename(new_name)
unless ext_management_system
raise _("VM has no Provider, unable to renamey VM")
raise _("VM has no Provider, unable to rename VM")
end
run_command_via_parent(:vm_rename, :new_name => new_name)
end
Expand Down

0 comments on commit f451d63

Please sign in to comment.