Skip to content

Commit

Permalink
FAQ: Add missing localization for selecting FAQ (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
anian03 authored Dec 2, 2024
1 parent b94a624 commit b782257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"selectConversation" = "Please Select a Conversation.";
"selectLecture" = "Please Select a Lecture.";
"selectExercise" = "Please Select an Exercise.";
"selectFaq" = "Please Select an FAQ.";
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public struct SelectDetailView: View {
case .communication:
R.string.localizable.selectConversation()
case .faq:
"Select faq" // TODO
R.string.localizable.selectFaq()
}
}
}

0 comments on commit b782257

Please sign in to comment.