Skip to content

Commit

Permalink
Update src/extension/common/utils/localize.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Luciana Abud <45497113+luabud@users.noreply.github.com>
  • Loading branch information
paulacamargo25 and luabud authored Mar 22, 2024
1 parent dac1f67 commit 485bc7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension/common/utils/localize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export namespace DebugConfigStrings {
};
export const flaskConfigPromp = {
title: l10n.t('Debug Flask'),
prompt: l10n.t('Enter the path to app.py or select a file from the list'),
prompt: l10n.t('Enter the path to app.py or select a file from the list.'),
};
}
export namespace pyramid {
Expand Down

0 comments on commit 485bc7b

Please sign in to comment.