diff --git a/main.py b/main.py index 652c9dc..1b233ce 100644 --- a/main.py +++ b/main.py @@ -185,10 +185,10 @@ def init_table(name: str = "GENSHIN") -> Table: table = Table(title=title, title_style="bold", header_style="bold", expand=True) table.add_column("UID", justify="center", style="dim") - table.add_column("Account Name", justify="center") + table.add_column("Username", justify="center") table.add_column("Lvl", justify="center") table.add_column("Server", justify="center") - table.add_column("Number of Days", justify="center") + table.add_column("Days", justify="center") table.add_column("Status", justify="right") table.add_column("Compensation", justify="right", style="green")