mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-28 12:04:11 +00:00
Rename the second “create list” button to “save list”
This commit is contained in:
@@ -868,8 +868,6 @@ struct ChatListTagEditor: View {
|
||||
Text(
|
||||
chat != nil
|
||||
? "Add to list"
|
||||
: tagId == nil
|
||||
? "Create list"
|
||||
: "Save list"
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user