|
@@ -356,7 +356,7 @@ struct UploadAssetsView: View {
|
|
|
NavigationView {
|
|
|
ZStack(alignment: .top) {
|
|
|
List {
|
|
|
- Section(header: Text(NSLocalizedString("_modify_photo_", comment: "")), footer: Text(NSLocalizedString("_modify_photo_desc_", comment: ""))) {
|
|
|
+ Section(footer: Text(NSLocalizedString("_modify_image_desc_", comment: ""))) {
|
|
|
ScrollView(.horizontal) {
|
|
|
LazyHGrid(rows: gridItems, alignment: .center, spacing: 10) {
|
|
|
ForEach(0..<uploadAssets.previewStore.count, id: \.self) { index in
|