Skip to content

Commit d622857

Browse files
authored
Update fallback strings
1 parent 8e7bcd4 commit d622857

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

copydecks/en/copydeck.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"error": "Error",
1212
"copydeckNotLoaded": "Copydeck not loaded",
1313
"pythonError": "Python error",
14-
"fallbackSummary": "Start with the last line of the message and the highlighted code line.",
15-
"fallbackWhy": "The last line of the traceback tells you the error type and main cause.",
16-
"fallbackStep": "Fix one small thing and run again."
14+
"fallbackSummary": "Start with the last line of the trace (message) and the highlighted code line.",
15+
"fallbackWhy": "The last line of the trace tells you the error type and main cause.",
16+
"fallbackStep": "Try a fix and run again."
1717
},
1818
"glossary": {
1919
"kid": {

0 commit comments

Comments
 (0)