Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,7 @@ fun CommunityScreen(
link = "https://discord.com/invite/grapheneos",
showSnackbarError = showSnackbarError
)
}
item {
LinkCardItem(
painter = painterResource(id = R.drawable.telegram_logo),
title = stringResource(R.string.telegram),
link = "https://t.me/GrapheneOS",
showSnackbarError = showSnackbarError
)
}
}
item {
LinkCardItem(
painter = painterResource(id = R.drawable.matrix_logo),
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@
<string name="hiring_footer_part_2">hiring page</string>
<string name="hiring_footer_part_3">.</string>
<string name="chat">Chat</string>
<string name="community_screen_chat_rooms_description">Our chat rooms are bridged across Discord, Telegram and Matrix so
you can choose your preferred platform.
<string name="community_screen_chat_rooms_description">GrapheneOS has official chat rooms on Discord and Matrix. Our
Discord rooms have a better experience and are more active, while Matrix is federated and offers end-to-end encryption
for private chats created between users.
</string>
<string name="discord">Discord</string>
<string name="telegram">Telegram</string>
<string name="matrix">Matrix</string>
<string name="forum">Forum</string>
<string name="forum_description">We have an official forum for longer form posts, which is publicly accessible and
Expand Down