diff --git a/features/invite/impl/src/main/res/values/localazy.xml b/features/invite/impl/src/main/res/values/localazy.xml
index 7c2c019466..7800bdae07 100644
--- a/features/invite/impl/src/main/res/values/localazy.xml
+++ b/features/invite/impl/src/main/res/values/localazy.xml
@@ -6,4 +6,8 @@
"Decline chat"
"No Invites"
"%1$s (%2$s) invited you"
+ "Yes, decline & block"
+ "Are you sure you want to decline the invite to join this room? This will also prevent %1$s from contacting you or inviting you to rooms."
+ "Decline invite & block"
+ "Decline and block"
diff --git a/tools/localazy/config.json b/tools/localazy/config.json
index 20a53fdcf0..e58ba1ea16 100644
--- a/tools/localazy/config.json
+++ b/tools/localazy/config.json
@@ -56,7 +56,8 @@
{
"name" : ":features:invite:impl",
"includeRegex" : [
- "screen_invites_.*"
+ "screen_invites_.*",
+ "screen\\.join_room\\.decline_and_block_.*"
]
},
{