mirror of
https://git.hiabuto.net/C3MA/CCMA.git
synced 2026-07-01 03:04:52 +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)
|
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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user