Fix build error
This commit is contained in:
parent
b2ad75682b
commit
ea7cd18302
1 changed files with 1 additions and 1 deletions
|
|
@ -332,7 +332,7 @@ fun SourceCategoriesDialog(
|
|||
}
|
||||
AlertDialog(
|
||||
title = {
|
||||
Text(text = source.nameWithLanguage)
|
||||
Text(text = source.visualName)
|
||||
},
|
||||
text = {
|
||||
Column {
|
||||
|
|
|
|||
Loading…
Reference in a new issue