Rename the second “create list” button to “save list”

This commit is contained in:
Diogo
2024-12-30 22:00:07 +00:00
parent 0f76757a69
commit fe8b14860c
@@ -868,8 +868,6 @@ struct ChatListTagEditor: View {
Text(
chat != nil
? "Add to list"
: tagId == nil
? "Create list"
: "Save list"
)
}