diff --git a/pyimage_ui/system_backup_content_frame.py b/pyimage_ui/system_backup_content_frame.py index 9d727e9..0de3c1f 100644 --- a/pyimage_ui/system_backup_content_frame.py +++ b/pyimage_ui/system_backup_content_frame.py @@ -58,7 +58,7 @@ class SystemBackupContentFrame(ttk.Frame): backup_type_display = backup_info.get("type", "N/A") if backup_info.get("backup_type_base") != "Full": - backup_type_display = f"▲ {backup_type_display}" + backup_type_display = f"▲ {backup_type_display}" self.content_tree.insert("", "end", values=( backup_info.get("date", "N/A"), diff --git a/pyimage_ui/user_backup_content_frame.py b/pyimage_ui/user_backup_content_frame.py index e0a6142..7c9b4b6 100644 --- a/pyimage_ui/user_backup_content_frame.py +++ b/pyimage_ui/user_backup_content_frame.py @@ -62,7 +62,7 @@ class UserBackupContentFrame(ttk.Frame): backup_type_display = backup_info.get("type", "N/A") if backup_info.get("backup_type_base") != "Full": - backup_type_display = f"▲ {backup_type_display}" + backup_type_display = f"▲ {backup_type_display}" self.content_tree.insert("", "end", values=( backup_info.get("date", "N/A"),