refactor: rename member claims tab

This commit is contained in:
Marcel Peterkau
2026-06-21 18:31:27 +02:00
parent e7962f77e1
commit 288b5f6247
+1 -1
View File
@@ -85,7 +85,7 @@ class MemberTab(ttk.Frame):
contribution_tab = ttk.Frame(notebook, padding=16) contribution_tab = ttk.Frame(notebook, padding=16)
documents_tab = ttk.Frame(notebook, padding=16) documents_tab = ttk.Frame(notebook, padding=16)
notebook.add(data_tab, text="Stammdaten") notebook.add(data_tab, text="Stammdaten")
notebook.add(contribution_tab, text="Beiträge") notebook.add(contribution_tab, text="Forderungen")
notebook.add(documents_tab, text="Dokumente") notebook.add(documents_tab, text="Dokumente")
fields = [ fields = [