Skip to content

Commit 6b7b40b

Browse files
committed
Fix typo in code injection page.
1 parent 0a7b2f8 commit 6b7b40b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

locale/en/LC_MESSAGES/django.mo

51 Bytes
Binary file not shown.

locale/en/LC_MESSAGES/django.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ msgstr "Performing Basic Numeric Operations"
208208
#: easybuggy/views.py:530
209209
msgid "msg.note.codeinjection"
210210
msgstr ""
211-
"If you enter <code>__import__('os')._exit(0)</code> , then JavaVM is "
212-
"forcibly finished due to code injection."
211+
"If you enter <code>__import__('os')._exit(0)</code> , then this application "
212+
"is forcibly finished due to code injection."
213213

214214
#: easybuggy/views.py:541
215215
msgid "msg.invalid.expression"

0 commit comments

Comments
 (0)