mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 02:07:57 -06:00
feat: Add new translations, add list of existing accounts to login page
This commit is contained in:
@@ -30,7 +30,7 @@ class SettingsPage extends StatelessWidget {
|
||||
builder: (context, snapshot) {
|
||||
if (snapshot.hasError) {
|
||||
return Text(
|
||||
"Something went wrong while retrieving server data.", //TODO: INTL
|
||||
S.of(context)!.errorRetrievingServerVersion,
|
||||
style: Theme.of(context)
|
||||
.textTheme
|
||||
.labelSmall
|
||||
@@ -40,7 +40,7 @@ class SettingsPage extends StatelessWidget {
|
||||
}
|
||||
if (!snapshot.hasData) {
|
||||
return Text(
|
||||
"Loading server information...", //TODO: INTL
|
||||
S.of(context)!.resolvingServerVersion,
|
||||
style: Theme.of(context).textTheme.labelSmall,
|
||||
textAlign: TextAlign.center,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user