Skip to content

Commit dccb9bb

Browse files
[SES-4143] - Fix incorrect copy used on home screen (#1323)
1 parent bab253c commit dccb9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/thoughtcrime/securesms/home/HomeActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ class HomeActivity : ScreenLockActionBarActivity(),
782782
}
783783
else { // If this is a 1-on-1 conversation
784784
title = getString(R.string.conversationsDelete)
785-
message = Phrase.from(this, R.string.conversationsDeleteDescription)
785+
message = Phrase.from(this, R.string.deleteConversationDescription)
786786
.put(NAME_KEY, recipient.name)
787787
.format()
788788
}

0 commit comments

Comments
 (0)