Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Remove "!" from copy to make it more friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
Iliyan Germanov committed Nov 7, 2021
1 parent 08e76bd commit 61e95fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/ivy/wallet/ui/home/HomeMoreMenu.kt
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ private fun ColumnScope.OpenSource() {
.padding(start = 16.dp, end = 24.dp)
) {
Text(
text = "Ivy Wallet is open-source!",
text = "Ivy Wallet is open-source",
style = Typo.body2.style(
fontWeight = FontWeight.ExtraBold
)
Expand Down

0 comments on commit 61e95fd

Please sign in to comment.