fix: cloud sync (#769)
This commit is contained in:
@@ -148,7 +148,9 @@ class AppLocalizationsNl extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String dockerStatusRunningAndStoppedFmt(
|
||||
Object runningCount, Object stoppedCount) {
|
||||
Object runningCount,
|
||||
Object stoppedCount,
|
||||
) {
|
||||
return '$runningCount actief, $stoppedCount container gestopt.';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user