mirror of
https://git.hiabuto.net/C3MA/CCMA.git
synced 2026-06-30 18:54:51 +02:00
refactor: rename member claims tab
This commit is contained in:
@@ -85,7 +85,7 @@ class MemberTab(ttk.Frame):
|
||||
contribution_tab = ttk.Frame(notebook, padding=16)
|
||||
documents_tab = ttk.Frame(notebook, padding=16)
|
||||
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")
|
||||
|
||||
fields = [
|
||||
|
||||
Reference in New Issue
Block a user