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:
Jakub Rusz 2024-04-09 11:49:48 +02:00 committed by Klara Simickova
parent 72193f2539
commit 0a62e0d286
2 changed files with 2 additions and 2 deletions

View file

@ -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));

View file

@ -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(''));