chore: Merge master into desec

pull/209/head
NaiJi ✨ 2023-05-17 10:32:34 -03:00
commit 25c048044e
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class AboutApplicationPage extends StatelessWidget {
children: [
TextButton(
onPressed: () => launchUrl(
Uri.parse('https://selfprivacy.ru/privacy-policy'),
Uri.parse('https://selfprivacy.org/privacy-policy/'),
mode: LaunchMode.externalApplication,
),
child: Text('about_application_page.privacy_policy'.tr()),