From a207a4dccb409cb8fe550dfb90d70b4948e06353 Mon Sep 17 00:00:00 2001 From: cheykrym Date: Wed, 10 Dec 2025 00:44:38 +0300 Subject: [PATCH] 1 --- yobble/Views/Tab/Settings/EditProfileView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yobble/Views/Tab/Settings/EditProfileView.swift b/yobble/Views/Tab/Settings/EditProfileView.swift index c425ae3..f7e2f61 100644 --- a/yobble/Views/Tab/Settings/EditProfileView.swift +++ b/yobble/Views/Tab/Settings/EditProfileView.swift @@ -85,7 +85,7 @@ struct EditProfileView: View { Text("Применить") } } - .navigationTitle("Редактировать профиль") + .navigationTitle("Профиль") .onAppear(perform: loadProfile) .sheet(isPresented: $showImagePicker) { ImagePicker(image: $avatarImage) @@ -173,4 +173,4 @@ struct ImagePicker: UIViewControllerRepresentable { parent.presentationMode.wrappedValue.dismiss() } } -} \ No newline at end of file +}