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("Применить")
}
}
.navigationTitle("Редактировать профиль")
.navigationTitle("Профиль")
.onAppear(perform: loadProfile)
.sheet(isPresented: $showImagePicker) {
ImagePicker(image: $avatarImage)