fix one translate

This commit is contained in:
rustdesk
2021-04-25 00:22:44 +08:00
parent 6b6ffb3f17
commit 15850fd8ff
2 changed files with 2 additions and 2 deletions

View File

@@ -194,7 +194,7 @@ class FfiModel with ChangeNotifier {
initializeCursorAndCanvas();
}
if (displays.length > 0) {
showLoading('Waiting for image...', context);
showLoading(translate('Waiting for image...'), context);
_waitForImage = true;
}
notifyListeners();