edit feedback
This commit is contained in:
parent
7a10ba5b33
commit
f22bce0e74
@ -1823,6 +1823,7 @@
|
||||
},
|
||||
"Получить ответ от команды" : {
|
||||
"comment" : "feedback: contact toggle",
|
||||
"extractionState" : "stale",
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
@ -1832,6 +1833,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Получить ответ от команды дополнительно по email" : {
|
||||
"comment" : "feedback: contact toggle"
|
||||
},
|
||||
"Пользователь \"%1$@\" будет удалён из списка заблокированных." : {
|
||||
"comment" : "Unblock confirmation message"
|
||||
},
|
||||
|
||||
@ -56,7 +56,7 @@ struct FeedbackView: View {
|
||||
.padding(.horizontal, 20)
|
||||
}
|
||||
.background(Color(.systemGroupedBackground).ignoresSafeArea())
|
||||
.navigationTitle(NSLocalizedString("Обратная связь (не работает)", comment: "feedback: navigation title"))
|
||||
.navigationTitle(NSLocalizedString("Обратная связь", comment: "feedback: navigation title"))
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
.simultaneousGesture(
|
||||
TapGesture().onEnded {
|
||||
@ -177,9 +177,9 @@ struct FeedbackView: View {
|
||||
|
||||
private var contactSection: some View {
|
||||
VStack(alignment: .leading, spacing: 12) {
|
||||
sectionTitle(NSLocalizedString("Нужно ли вам ответить?", comment: "feedback: contact title"))
|
||||
// sectionTitle(NSLocalizedString("Нужно ли вам ответить?", comment: "feedback: contact title"))
|
||||
|
||||
Toggle(NSLocalizedString("Получить ответ от команды", comment: "feedback: contact toggle"), isOn: $wantsResponse)
|
||||
Toggle(NSLocalizedString("Получить ответ от команды дополнительно по email", comment: "feedback: contact toggle"), isOn: $wantsResponse)
|
||||
.toggleStyle(SwitchToggleStyle(tint: .accentColor))
|
||||
|
||||
if wantsResponse {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user