Update batteriesoverview.js

typo
This commit is contained in:
Marius Boro
2018-09-03 22:07:05 +02:00
committed by GitHub
parent 931dc9d243
commit 4426a10e2e

View File

@@ -66,7 +66,7 @@ $(document).on('click', '.track-charge-cycle-button', function(e)
$('#battery-' + batteryId + '-next-charge-time-timeago').attr('datetime', result.next_estimated_charge_time);
}
toastr.success(L('Tracked charge cylce of battery #1 on #2', batteryName, trackedTime));
toastr.success(L('Tracked charge cycle of battery #1 on #2', batteryName, trackedTime));
RefreshContextualTimeago();
RefreshStatistics();
},