mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 12:14:11 +00:00 
			
		
		
		
	Add missing translation
This commit is contained in:
		@@ -271,7 +271,7 @@ void showAboutAppDialog(BuildContext context) {
 | 
				
			|||||||
      applicationName: config().appName,
 | 
					      applicationName: config().appName,
 | 
				
			||||||
      children: <Widget>[
 | 
					      children: <Widget>[
 | 
				
			||||||
        Text(
 | 
					        Text(
 | 
				
			||||||
          config().appQuickDescription ??
 | 
					          tr(config().appQuickDescription) ??
 | 
				
			||||||
              tr("Comunic is a free and OpenSource social network that respect your privacy."),
 | 
					              tr("Comunic is a free and OpenSource social network that respect your privacy."),
 | 
				
			||||||
          textAlign: TextAlign.center,
 | 
					          textAlign: TextAlign.center,
 | 
				
			||||||
        ),
 | 
					        ),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user