mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Improve name
This commit is contained in:
		@@ -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(
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user