1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-11-22 04:49:21 +00:00

Improve name

This commit is contained in:
Pierre HUBERT 2021-04-17 09:09:57 +02:00
parent 95a38e9e8d
commit 7ec872d833

View File

@ -64,7 +64,7 @@ class _ApplicationSettingsState extends State<ApplicationSettings> {
onPressed: (c) => launch(srvConfig.privacyPolicyURL),
),
SettingsTile(
title: tr("Terms"),
title: tr("Terms of Use"),
onPressed: (c) => launch(srvConfig.termsURL),
),
SettingsTile(