8000 Fix message id. · pdg137/python-editor-next@b962024 · GitHub
[go: up one dir, main page]

Skip to content

Commit b962024

Browse files
Fix message id.
Closes microbit-foundation#190
1 parent c0a77f1 commit b962024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/project/project-actions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export class ProjectActions {
174174
await this.fs.replaceWithHexContents(projectName, hex);
175175
this.actionFeedback.success({
176176
title: this.intl.formatMessage(
177-
{ id: "loaded-file" },
177+
{ id: "loaded-file-feedback" },
178178
{ filename: file.name }
179179
),
180180
});

0 commit comments

Comments
 (0)
0