Skip to content

Commit

Permalink
change name to display name in ProfileEditView
Browse files Browse the repository at this point in the history
  • Loading branch information
pelumy committed Sep 4, 2024
1 parent c6b81c0 commit 1ff05f6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"originHash" : "73986e8614e86bc198acf108f9214c158dd0475e95a9469983fe7e59ac1890a1",
"pins" : [
{
"identity" : "bech32",
Expand Down Expand Up @@ -32,8 +33,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/krzyzanowskim/CryptoSwift.git",
"state" : {
"revision" : "c9c3df6ab812de32bae61fc0cd1bf6d45170ebf0",
"version" : "1.8.2"
"revision" : "678d442c6f7828def400a70ae15968aef67ef52d",
"version" : "1.8.3"
}
},
{
Expand All @@ -58,17 +59,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/PostHog/posthog-ios.git",
"state" : {
"revision" : "08b53e64abd503ca3e5f0eebd6b89a32fbe33850",
"version" : "3.6.1"
"revision" : "4babdc5f7ceb53bc65d9a0eab370ae86b628a2c4",
"version" : "3.8.2"
}
},
{
"identity" : "sdwebimage",
"kind" : "remoteSourceControl",
"location" : "https://github.com/SDWebImage/SDWebImage.git",
"state" : {
"revision" : "be0bcd7823ce56629948491f2eaeaa19979514f7",
"version" : "5.19.4"
"revision" : "8a1be70a625683bc04d6903e2935bf23f3c6d609",
"version" : "5.19.7"
}
},
{
Expand All @@ -94,8 +95,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/getsentry/sentry-cocoa.git",
"state" : {
"revision" : "8fd4e804f2e72e0b9c1b189ce4e8349c4d10b6a2",
"version" : "8.30.0"
"revision" : "5575af93efb776414f243e93d6af9f6258dc539a",
"version" : "8.36.0"
}
},
{
Expand Down Expand Up @@ -130,17 +131,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-collections.git",
"state" : {
"revision" : "ee97538f5b81ae89698fd95938896dec5217b148",
"version" : "1.1.1"
"revision" : "9bf03ff58ce34478e66aaee630e491823326fd06",
"version" : "1.1.3"
}
},
{
"identity" : "swift-concurrency-extras",
"kind" : "remoteSourceControl",
"location" : "https://github.com/pointfreeco/swift-concurrency-extras",
"state" : {
"revision" : "479750bd98fac2e813fffcf2af0728b5b0085795",
"version" : "0.1.1"
"revision" : "a46265bb4f75808b0e15d971eebc408f557870a3",
"version" : "0.1.2"
}
},
{
Expand Down Expand Up @@ -216,5 +217,5 @@
}
}
],
"version" : 2
"version" : 3
}
2 changes: 1 addition & 1 deletion Nos/Views/ProfileEdit/ProfileEditView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ struct ProfileEditView: View {
}

NosFormSection(label: .localizable.basicInfo) {
NosTextField(label: .localizable.name, text: $nameText)
NosTextField(label: .localizable.displayName, text: $nameText)
FormSeparator()
if author.hasNosNIP05 {
NosNIP05Field(
Expand Down

0 comments on commit 1ff05f6

Please sign in to comment.