Clean up design
This commit is contained in:
parent
7e8ad4a42c
commit
a6dd9072a2
16 changed files with 141 additions and 201 deletions
|
|
@ -24,7 +24,7 @@ class AppInfo extends StatelessWidget {
|
|||
Client client = Matrix.of(context).client;
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: Text("About FluffyChat"),
|
||||
title: Text(I18n.of(context).accountInformations),
|
||||
),
|
||||
body: ListView(
|
||||
children: <Widget>[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue