mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-03-11 17:24:09 +00:00
fix(ui): Privacy policy link
This commit is contained in:
parent
e180c23cb7
commit
0fb404bed4
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class AboutApplicationPage extends StatelessWidget {
|
||||||
children: [
|
children: [
|
||||||
TextButton(
|
TextButton(
|
||||||
onPressed: () => launchUrl(
|
onPressed: () => launchUrl(
|
||||||
Uri.parse('https://selfprivacy.ru/privacy-policy'),
|
Uri.parse('https://selfprivacy.org/privacy-policy/'),
|
||||||
mode: LaunchMode.externalApplication,
|
mode: LaunchMode.externalApplication,
|
||||||
),
|
),
|
||||||
child: Text('about_application_page.privacy_policy'.tr()),
|
child: Text('about_application_page.privacy_policy'.tr()),
|
||||||
|
|
Loading…
Add table
Reference in a new issue