Skip to content

Commit db1a067

Browse files
committed
Fix comment
1 parent b7b6990 commit db1a067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/infomaniak/mail/ui/newMessage/InsertLinkDialog.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class InsertLinkDialog @Inject constructor(
7777
alertDialog.show()
7878
}
7979

80-
// Pre fills the display name with the url's content if the fields contain the same value.
80+
// Pre-fills the display name with the url's content if the fields contain the same value.
8181
private fun showDisplayNamePreview() = with(binding) {
8282
displayNameEditText.setTextColor(activityContext.getColor(R.color.tertiaryTextColor))
8383

0 commit comments

Comments
 (0)