Skip to content

Commit

Permalink
VCPUs -> vCPUs
Browse files Browse the repository at this point in the history
  • Loading branch information
tolbkni committed Mar 17, 2017
1 parent 2f89090 commit 0ec7fa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ts/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ module Utils {
}

export function toVCPUString (input) {
return input + ' VCPUs';
return input + ' vCPUs';
}

export function toPercentageString(input) {
Expand Down
2 changes: 1 addition & 1 deletion zstack_dashboard/static/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -7309,7 +7309,7 @@ var Utils;
}
Utils.toSizeString = toSizeString;
function toVCPUString(input) {
return input + ' VCPUs';
return input + ' vCPUs';
}
Utils.toVCPUString = toVCPUString;
function toPercentageString(input) {
Expand Down

0 comments on commit 0ec7fa9

Please sign in to comment.