mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-08 23:18:16 -07:00
fix: Loading translation
This commit is contained in:
parent
e4b8a050c7
commit
c64c5da64e
3 changed files with 5 additions and 3 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue