Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 🎸 setting footer #175

Merged
merged 1 commit into from
Jan 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: 🎸 setting footer
  • Loading branch information
tomokisun committed Jan 15, 2024
commit 1e3458ec6a3e7bd76317818cd0d7ca351819d8fb
10 changes: 0 additions & 10 deletions Packages/BeMatch/Sources/SettingsFeature/Localizable.xcstrings
Original file line number Diff line number Diff line change
@@ -71,16 +71,6 @@
}
}
},
"Edit profile will not delete your account." : {
"localizations" : {
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "プロフィール編集をしてもアカウントは削除されません"
}
}
}
},
"FOLLOW ME" : {
"localizations" : {
"ja" : {
2 changes: 0 additions & 2 deletions Packages/BeMatch/Sources/SettingsFeature/Settings.swift
Original file line number Diff line number Diff line change
@@ -214,8 +214,6 @@ public struct SettingsView: View {
}
} header: {
Text("PROFILE", bundle: .module)
} footer: {
Text("Edit profile will not delete your account.", bundle: .module)
}

Section {