From 81e0c4c6bff4b3737e182ba8242ad3834a26e040 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 6 Mar 2026 11:10:30 -0800 Subject: Correct typo in success message Fix typo in success message for found credentials. --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index c283511..887d6dd 100644 --- a/app.py +++ b/app.py @@ -5,7 +5,7 @@ import os import blackboxprotobuf import streamlit as st - +f st.set_page_config( page_title="Teamspeak 6 Extractor", page_icon="🔍", @@ -292,7 +292,7 @@ st.header(f"Row `{rowid}`") creds = extract_credentials(message) if message else None if creds: - st.success("✅ Matrix credentials found in thsi row!") + st.success("✅ Matrix credentials found in this row!") c1, c2, c3 = st.columns(3) with c1: st.markdown("**Home server**") -- cgit v1.2.3