We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c83689 commit c9f8670Copy full SHA for c9f8670
SwiftUI-WorkoutApp/Screens/Common/ImagePicker/PickedImagesGrid.swift
@@ -97,11 +97,9 @@ private extension PickedImagesGrid {
97
selectionLimit
98
)
99
if images.isEmpty {
100
- return "Добавьте фото площадки, максимум \(selectionLimit)"
+ return "Добавьте фотографии, максимум \(selectionLimit)"
101
} else {
102
- return selectionLimit > 0
103
- ? "Можно добавить ещё \(selectionLimitString)"
104
- : "Больше добавить фото нельзя"
+ return selectionLimit > 0 ? "Можно добавить ещё \(selectionLimitString)" : ""
105
}
106
107
0 commit comments