Skip to content

Commit b46da00

Browse files
committed
Update default editor messages in Profile component for clarity
1 parent f6241e5 commit b46da00

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/Profile/Messages.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ export default defineMessages({
3131

3232
defaultEditorLabel: {
3333
id: "Profile.form.defaultEditor.label",
34-
defaultMessage: "Default Editor",
34+
defaultMessage: "Default External Editor",
3535
},
3636

3737
defaultEditorDescription: {
3838
id: "Profile.form.defaultEditor.description",
3939
defaultMessage:
40-
"Select the default editor that you want to use when fixing tasks. By selecting this option you will be able to skip the editor selection dialog after clicking on edit in a task.",
40+
"Select the default external editor that you want to use when fixing tasks. By selecting this option you will be able to skip the editor selection dialog after clicking on edit in a task.",
4141
},
4242

4343
defaultBasemapLabel: {

0 commit comments

Comments
 (0)