Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
change label of container size to resources per instance
Browse files Browse the repository at this point in the history
  • Loading branch information
debuggy committed Jul 7, 2019
1 parent 6757ab8 commit 47f36cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const ContainerSizeSection = (props) => {
};

return (
<BasicSection sectionLabel='Container size' sectionTooltip={PROTOCOL_TOOLTIPS.taskRoleContainerSize}>
<BasicSection sectionLabel='Resources per instance' sectionTooltip={PROTOCOL_TOOLTIPS.taskRoleContainerSize}>
<Stack horizontal gap='l1'>
<FormShortSection gap='m'>
<CSpinButton
Expand Down

0 comments on commit 47f36cd

Please sign in to comment.