diff --git a/NetBird/Source/App/Views/AboutView.swift b/NetBird/Source/App/Views/AboutView.swift index bf4adf7..5857c52 100644 --- a/NetBird/Source/App/Views/AboutView.swift +++ b/NetBird/Source/App/Views/AboutView.swift @@ -54,7 +54,7 @@ struct AboutView: View { .padding(.horizontal, UIScreen.main.bounds.width * 0.20) .padding(.bottom, 50) - Text("© 2023 NetBird all rights reserved") + Text("© \(String(Calendar.current.component(.year, from: Date()))) NetBird all rights reserved") .foregroundColor(.white) .padding(.bottom, UIScreen.main.bounds.height * 0.01) }