This commit is contained in:
cheykrym 2025-12-10 00:44:38 +03:00
parent bcbbe99d8f
commit a207a4dccb

View File

@ -85,7 +85,7 @@ struct EditProfileView: View {
Text("Применить") Text("Применить")
} }
} }
.navigationTitle("Редактировать профиль") .navigationTitle("Профиль")
.onAppear(perform: loadProfile) .onAppear(perform: loadProfile)
.sheet(isPresented: $showImagePicker) { .sheet(isPresented: $showImagePicker) {
ImagePicker(image: $avatarImage) ImagePicker(image: $avatarImage)