diff --git a/apps/ios/GuideDogs/Code/Visual UI/Views/Settings/Beacon/SettingStepper.swift b/apps/ios/GuideDogs/Code/Visual UI/Views/Settings/Beacon/SettingStepper.swift index ae2630dc..797a2b7d 100644 --- a/apps/ios/GuideDogs/Code/Visual UI/Views/Settings/Beacon/SettingStepper.swift +++ b/apps/ios/GuideDogs/Code/Visual UI/Views/Settings/Beacon/SettingStepper.swift @@ -75,7 +75,7 @@ struct SettingStepper: View { .padding() .background(Color.primaryBackground) .accessibilityElement(children: .ignore) - .accessibilityValue("\(Int(value)) \(unitsLocalization)") + .accessibilityValue(GDLocalizedString(unitsLocalization, String(format: "%.0f", value))) .accessibilityAdjustableAction { direction in switch direction { case .increment: