Skip to content

Commit 485bc7b

Browse files
Update src/extension/common/utils/localize.ts
Co-authored-by: Luciana Abud <[email protected]>
1 parent dac1f67 commit 485bc7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/common/utils/localize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export namespace DebugConfigStrings {
132132
};
133133
export const flaskConfigPromp = {
134134
title: l10n.t('Debug Flask'),
135-
prompt: l10n.t('Enter the path to app.py or select a file from the list'),
135+
prompt: l10n.t('Enter the path to app.py or select a file from the list.'),
136136
};
137137
}
138138
export namespace pyramid {

0 commit comments

Comments
 (0)