Skip to content

Commit

Permalink
Update packages/salesforcedx-vscode-apex/src/messages/i18n.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Cristina Cañizales <[email protected]>
  • Loading branch information
mingxuanzhangsfdx and CristiCanizales authored Nov 25, 2024
1 parent 285e89d commit 9553e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/salesforcedx-vscode-apex/src/messages/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* If omitted, we will assume _message.
*/
export const messages = {
active_text_editor_not_apex: 'The active text editor is not on an apex class file',
active_text_editor_not_apex: 'The active text editor is not an Apex Class file',
apex_execute_compile_success: 'Compiled successfully.',
apex_execute_runtime_success: 'Executed successfully.',
apex_execute_text: 'Execute Anonymous Apex',
Expand Down

0 comments on commit 9553e70

Please sign in to comment.