Various improvements

This commit is contained in:
Ilya Laktyushin
2025-11-12 18:41:57 +04:00
parent bdcc80e649
commit b0f4ca9ad9
7 changed files with 40 additions and 14 deletions

View File

@@ -252,11 +252,10 @@ private final class ShutterButtonContentComponent: Component {
}
}
//TODO:localize
let labelSize = self.label.update(
transition: .immediate,
component: AnyComponent(
Text(text: "Start Live Stream", font: Font.semibold(17.0), color: .white)
Text(text: component.strings.Camera_LiveStream_StartLiveStream, font: Font.semibold(17.0), color: .white)
),
environment: {},
containerSize: availableSize