Skip to content

Commit

Permalink
fix: wrong url for conversation creation in conflicting backends case…
Browse files Browse the repository at this point in the history
… (WPB-5014) (#2524)
  • Loading branch information
yamilmedina authored Dec 14, 2023
1 parent a6490b1 commit 862344d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ fun CreateGroupErrorDialog(
}
addStringAnnotation(
tag = MarkdownConstants.TAG_URL,
annotation = stringResource(id = R.string.url_support),
annotation = stringResource(id = R.string.url_message_details_offline_backends_learn_more),
start = description.length + 1,
end = description.length + 1 + learnMore.length
)
Expand Down

0 comments on commit 862344d

Please sign in to comment.