lang: added translation for chart duration

This commit is contained in:
Serhiy Mytrovtsiy
2024-03-09 22:06:11 +01:00
parent 01ada2ff6e
commit c54e68201f
39 changed files with 147 additions and 3 deletions

View File

@@ -489,7 +489,7 @@ internal class Popup: PopupWrapper {
))
view.addArrangedSubview(selectSettingsRow(
title: localizedString("Chart history"),
title: localizedString("Chart duration"),
action: #selector(self.toggleLineChartHistory),
items: LineChartHistory,
selected: "\(self.lineChartHistory)"

View File

@@ -310,7 +310,7 @@ internal class Popup: PopupWrapper {
))
view.addArrangedSubview(selectSettingsRow(
title: localizedString("Chart history"),
title: localizedString("Chart duration"),
action: #selector(self.toggleLineChartHistory),
items: LineChartHistory,
selected: "\(self.lineChartHistory)"