mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 12:59:21 +00:00
Improve name
This commit is contained in:
parent
95a38e9e8d
commit
7ec872d833
@ -64,7 +64,7 @@ class _ApplicationSettingsState extends State<ApplicationSettings> {
|
|||||||
onPressed: (c) => launch(srvConfig.privacyPolicyURL),
|
onPressed: (c) => launch(srvConfig.privacyPolicyURL),
|
||||||
),
|
),
|
||||||
SettingsTile(
|
SettingsTile(
|
||||||
title: tr("Terms"),
|
title: tr("Terms of Use"),
|
||||||
onPressed: (c) => launch(srvConfig.termsURL),
|
onPressed: (c) => launch(srvConfig.termsURL),
|
||||||
),
|
),
|
||||||
SettingsTile(
|
SettingsTile(
|
||||||
|
Loading…
Reference in New Issue
Block a user