diff --git a/readeck/UI/Settings/LegalNoticeView.swift b/readeck/UI/Settings/LegalNoticeView.swift index 683b7c4..abd9535 100644 --- a/readeck/UI/Settings/LegalNoticeView.swift +++ b/readeck/UI/Settings/LegalNoticeView.swift @@ -17,11 +17,11 @@ struct LegalNoticeView: View { title: "App Publisher", content: """ Ilyas Hallak - [Street Address] - [City, Postal Code] - [Country] + Albert-Bischof-Str. 18 + 28357 Bremen + Germany - Email: ilhallak@gmail.com + Email: hi@ilyashallak.de """ ) @@ -93,4 +93,4 @@ struct LegalNoticeView: View { #Preview { LegalNoticeView() -} \ No newline at end of file +} diff --git a/readeck/UI/Settings/PrivacyPolicyView.swift b/readeck/UI/Settings/PrivacyPolicyView.swift index a5de093..1f60b8e 100644 --- a/readeck/UI/Settings/PrivacyPolicyView.swift +++ b/readeck/UI/Settings/PrivacyPolicyView.swift @@ -44,7 +44,7 @@ struct PrivacyPolicyView: View { sectionView( title: "Contact", - content: "If you have questions about this privacy policy, please contact us at: ilhallak@gmail.com" + content: "If you have questions about this privacy policy, please contact us at: hi@ilyashallak.de" ) } } @@ -79,4 +79,4 @@ struct PrivacyPolicyView: View { #Preview { PrivacyPolicyView() -} \ No newline at end of file +}