fix: cloud sync (#769)
This commit is contained in:
@@ -149,7 +149,9 @@ class AppLocalizationsUk extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String dockerStatusRunningAndStoppedFmt(
|
||||
Object runningCount, Object stoppedCount) {
|
||||
Object runningCount,
|
||||
Object stoppedCount,
|
||||
) {
|
||||
return '$runningCount запущено, $stoppedCount контейнерів зупинено.';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user