diff --git a/panels/system.py b/panels/system.py
index 6bddaa36..1cd3323e 100644
--- a/panels/system.py
+++ b/panels/system.py
@@ -140,7 +140,7 @@ class Panel(ScreenPanel):
title.set_markup(f"\n{c['subject']}\n{c['author']}\n")
commit_box.add(title)
- details = Gtk.Label(label=f"{c['message']}", wrap=True, hexpand=True)
+ details = Gtk.Label(label=c['message'], wrap=True, hexpand=True)
commit_box.add(details)
commit_box.add(Gtk.Separator())
vbox.add(commit_box)