mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-03-11 21:35:32 +00:00
fallback message
This commit is contained in:
parent
f00b82ddb9
commit
3f95c5b8d8
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ class _MyAppState extends ConsumerState<MyApp> {
|
|||
.read(extensionsRepoStateProvider(ItemType.novel).notifier)
|
||||
.set(novelRepos);
|
||||
}
|
||||
botToast(l10n.repo_added);
|
||||
botToast(l10n?.repo_added ?? "Source repository added!");
|
||||
break;
|
||||
default:
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue