Skip to content

Commit 3bc866b

Browse files
sarahspinsloudnate
authored andcommitted
Change title for clarity (#75)
1 parent 4abbb9e commit 3bc866b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loop/View Controllers/StatusTableViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ class StatusTableViewController: UITableViewController, UIGestureRecognizerDeleg
485485

486486
switch SensorRow(rawValue: indexPath.row)! {
487487
case .Date:
488-
cell.textLabel?.text = NSLocalizedString("Last Sensor", comment: "The title of the cell containing the last updated sensor date")
488+
cell.textLabel?.text = NSLocalizedString("Latest CGM", comment: "The title of the cell containing the last updated sensor date")
489489

490490
if let date = dataManager.glucoseStore?.latestGlucose?.startDate {
491491
cell.detailTextLabel?.text = dateFormatter.stringFromDate(date)

0 commit comments

Comments
 (0)