From 9c4f4323e0825e30407039dc6a5ccc16fbc28847 Mon Sep 17 00:00:00 2001 From: yamilmedina Date: Wed, 13 Dec 2023 18:00:05 +0100 Subject: [PATCH] fix: string --- .../ui/home/newconversation/common/CreateGroupErrorDialog.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/kotlin/com/wire/android/ui/home/newconversation/common/CreateGroupErrorDialog.kt b/app/src/main/kotlin/com/wire/android/ui/home/newconversation/common/CreateGroupErrorDialog.kt index d3561580fbe..43171a746fb 100644 --- a/app/src/main/kotlin/com/wire/android/ui/home/newconversation/common/CreateGroupErrorDialog.kt +++ b/app/src/main/kotlin/com/wire/android/ui/home/newconversation/common/CreateGroupErrorDialog.kt @@ -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 )