Skip to content

Commit

Permalink
Update deploy-board/deploy_board/static/js/components/clusterconfigco…
Browse files Browse the repository at this point in the history
…mponents.js
  • Loading branch information
osoriano committed Sep 18, 2024
1 parent c8f2e75 commit c3cf8df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ 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;
return text;
Expand Down

0 comments on commit c3cf8df

Please sign in to comment.