Skip to content

Commit

Permalink
Label changes
Browse files Browse the repository at this point in the history
  • Loading branch information
easafe committed Jan 5, 2025
1 parent 85fecd9 commit 2a12ec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Shared/Im/View/ContactList.purs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ contactList
welcomeMessage =
{ welcome: "Welcome!"
, first: "Tap on either of the arrows to see "
, second: "your chat suggestions"
, second: "new users to chat to"
}

compareLastDate contact anotherContact = compare anotherContact.lastMessageDate contact.lastMessageDate
Expand Down
2 changes: 1 addition & 1 deletion src/Shared/Im/View/LogoMenu.purs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ logoMenu fortune = HE.div (HA.class' "relative")
, HE.rect' [ HA.class' "strokeless", HA.x "3.81", HA.y "4.69", HA.width "7.23", HA.height "0.75" ]
, HE.rect' [ HA.class' "strokeless", HA.x "3.81", HA.y "6.44", HA.width "7.23", HA.height "0.75" ]
]
, HE.text "Contacts"
, HE.text "Chats"
]
, HE.div [ HA.class' "tab-item duller", HA.onClick $ ToggleInitialScreen false ]
[ HE.svg [ HA.class' "svg-32 svg-duller", HA.viewBox "0 0 16 16" ]
Expand Down

0 comments on commit 2a12ec1

Please sign in to comment.