Use previously unused LocalizedStringKey in language selector (#833)

This commit is contained in:
Ico Davids 2023-02-13 18:13:33 +01:00 committed by GitHub
parent 6cf99613c0
commit 853d70f12a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ struct StatusEditorAccessoryView: View {
List {
if languageSearch.isEmpty {
if !recentlyUsedLanguages.isEmpty {
Section("Recently Used") {
Section("status.editor.language-select.recently-used") {
languageSheetSection(languages: recentlyUsedLanguages)
}
}