mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-16 15:02:53 +00:00
Fixed string
This commit is contained in:
parent
6b51102dd2
commit
4bb24b98b5
3 changed files with 5 additions and 3 deletions
|
@ -41,7 +41,7 @@ class ClientsFab extends StatelessWidget {
|
|||
}
|
||||
|
||||
ProcessModal processModal = ProcessModal(context: context);
|
||||
processModal.open(AppLocalizations.of(context)!.removingClient);
|
||||
processModal.open(AppLocalizations.of(context)!.addingClient);
|
||||
|
||||
final result = await requestAllowedBlockedClientsHosts(serversProvider.selectedServer!, body);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue