fix: cloud sync (#769)
This commit is contained in:
@@ -147,7 +147,9 @@ class AppLocalizationsTr extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String dockerStatusRunningAndStoppedFmt(
|
||||
Object runningCount, Object stoppedCount) {
|
||||
Object runningCount,
|
||||
Object stoppedCount,
|
||||
) {
|
||||
return '$runningCount çalışıyor, $stoppedCount konteyner durdurulmuş.';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user