V2Wizard: Fix plural sources
We're actually selecting a singular source to share the image with. It's the same in V1 wizard.
This commit is contained in:
parent
72193f2539
commit
0a62e0d286
2 changed files with 2 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ const Aws = () => {
|
|||
id="radio-with-description"
|
||||
label="Use an account configured from Sources."
|
||||
name="radio-7"
|
||||
description="Use a configured sources to launch environments directly from the console."
|
||||
description="Use a configured source to launch environments directly from the console."
|
||||
isChecked={shareMethod === 'sources'}
|
||||
onChange={() => {
|
||||
dispatch(changeAwsSourceId(undefined));
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@ const Azure = () => {
|
|||
id="radio-with-description"
|
||||
label="Use an account configured from Sources."
|
||||
name="radio-7"
|
||||
description="Use a configured sources to launch environments directly from the console."
|
||||
description="Use a configured source to launch environments directly from the console."
|
||||
isChecked={shareMethod === 'sources'}
|
||||
onChange={() => {
|
||||
dispatch(changeAzureSource(''));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue