Skip to content

Commit

Permalink
improve format
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaqin Li committed Sep 18, 2024
1 parent c8f2e75 commit a642bf4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -594,9 +594,9 @@ Vue.component('backup-hosttypes', {
return this.backuphosttypes !== 'None'
},
backupTypesWarning: function () {
const part1 = "You should only enable this feature with capacity-eng approval.";
const part1 = "You should only enable this feature with capacity-eng approval. ";
const part2 = "Your enable/disable operation on this feature triggers a notification to capacity-eng.";
text = part1 + part2;
const text = part1 + part2;
return text;
}
}
Expand Down

0 comments on commit a642bf4

Please sign in to comment.