Skip to content

Commit 50bea43

Browse files
Update debug_toolbar/panels/settings.py
Co-authored-by: Tim Schilling <schilling711@gmail.com>
1 parent fbeae68 commit 50bea43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug_toolbar/panels/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def catch_force_errors(force_function, value):
2828
try:
2929
return force_function(value)
3030
except DjangoUnicodeDecodeError:
31-
return "Debug toolbar was unable to parse value"
31+
return "Django Debug Toolbar was unable to parse value."
3232

3333
self.record_stats(
3434
{

0 commit comments

Comments
 (0)