Skip to content

Commit

Permalink
change text as override oop web calibration is not supported anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanDegraeve committed Jan 16, 2021
1 parent eb15c4a commit 2d12825
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion xdrip/Storyboards/ar.lproj/HomeView.strings
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"transmitterpairingattempttimeout" = "لم يستجيب جهاز الإرسال على طلب الاقتران.";
"success" = "نجاح";
"failed" = "فشل";
"calibrationNotNecessary" = "عند تمكين OOPWeb ، لا تكون المعايرة ضرورية لحساس فري ستايل ليبري";
"calibrationNotNecessary" = "عند تمكينOOPWeb ، لا تكون المعايرة ضرورية لحساس ليبري";
"dexcomBatteryTooLow" = "بطارية جهاز الإرسال منخفضة جدًا!";
"sensorAge14Days" = "وصل الحساس إلى الحد الأقصى من عمره.";
2 changes: 1 addition & 1 deletion xdrip/Storyboards/en.lproj/HomeView.strings
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"transmitterpairingattempttimeout" = "Transmitter did not reply to pairing request.";
"success" = "Success";
"failed" = "Failed";
"calibrationNotNecessary" = "With OOPWeb enabled, calibration is not necessary for the Libre sensor. If you still want to use calibration, then go to the Developer settings and enable 'Override Web OOP Calibration'.";
"calibrationNotNecessary" = "With OOPWeb enabled, calibration is not necessary for the Libre sensor.";
"dexcomBatteryTooLow" = "The Transmitter battery is too low!";
"sensorAge14Days" = "The Sensor has reached its maximum age.";
2 changes: 1 addition & 1 deletion xdrip/Texts/TextsHomeView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ enum Texts_HomeView {
}()

static let calibrationNotNecessary:String = {
return NSLocalizedString("calibrationNotNecessary", tableName: filename, bundle: Bundle.main, value: "With OOPWeb enabled, calibration is not necessary for the Libre sensor. If you still want to use calibration, then go to the Developer settings and enable 'Override Web OOP Calibration", comment: "if web oop enabled, and also if transmitter supports this, user clicks calibrate button, but calibration is not possible")
return NSLocalizedString("calibrationNotNecessary", tableName: filename, bundle: Bundle.main, value: "With OOPWeb enabled, calibration is not necessary for the Libre sensor.", comment: "if web oop enabled, and also if transmitter supports this, user clicks calibrate button, but calibration is not possible")
}()

static let dexcomBatteryTooLow: String = {
Expand Down

0 comments on commit 2d12825

Please sign in to comment.