Skip to content

Commit 86139e1

Browse files
committed
Change wording
1 parent 405ab9c commit 86139e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/appSettings/connectionSettings/azureWebJobsStorage/StorageConnectionListStep.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export class StorageConnectionListStep<T extends IStorageConnectionWizardContext
4646

4747
buttons.push(skipForNow);
4848

49-
const message: string = localize('connectAzureWebJobsStorage', 'Azure Functions needs to be configured to use an Azure Storage account.');
49+
const message: string = localize('connectAzureWebJobsStorage', 'Azure Functions needs to be configured to use a storage account.');
5050
context.azureWebJobsStorageType = (await context.ui.showWarningMessage(message, { modal: true }, ...buttons) as {
5151
title: string;
5252
data: Exclude<ConnectionType, 'Custom'>;

0 commit comments

Comments
 (0)