fix: Loading translation

This commit is contained in:
PartyDonut 2025-02-23 16:58:29 +01:00
parent e4b8a050c7
commit c64c5da64e
3 changed files with 5 additions and 3 deletions

View file

@ -51,7 +51,7 @@ class LoadIndicator extends StatelessWidget {
const CircularProgressIndicator(strokeCap: StrokeCap.round),
const SizedBox(width: 70),
Text(
"Loading",
context.localized.loading,
style: Theme.of(context).textTheme.titleLarge,
),
const SizedBox(width: 20),