diff --git a/standalone_icon_extractor.py b/standalone_icon_extractor.py
index 11812f7..e00fb7a 100644
--- a/standalone_icon_extractor.py
+++ b/standalone_icon_extractor.py
@@ -672,7 +672,7 @@ class IconExtractorWindow(QMainWindow):
footer_layout.setContentsMargins(10, 10, 10, 10)
footer_layout.setSpacing(5)
- footer_line1 = QLabel('Developed by ImpulsiveFPS | GitHub | Support me on Ko-fi')
+ footer_line1 = QLabel('Developed by ImpulsiveFPS | GitHub | Report Bug | Support me on Ko-fi')
footer_line1.setStyleSheet("color: #888; font-size: 11px;")
footer_line1.setAlignment(Qt.AlignmentFlag.AlignCenter)
footer_line1.setOpenExternalLinks(True)