Skip to content

Commit

Permalink
Merge pull request #18047 from hstastna/Fix_typo_Vm_has_no_provider
Browse files Browse the repository at this point in the history
Fix typo in message if VM has no provider

(cherry picked from commit 9d0607d)
  • Loading branch information
h-kataria authored and simaishi committed Oct 2, 2018
1 parent 266b6c5 commit 3919a0e
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 3919a0e

Please sign in to comment.