change(invites) : move some strings to the invite module

This commit is contained in:
ganfra
2025-02-27 21:04:48 +01:00
parent 10557444dd
commit bd46336568
2 changed files with 6 additions and 1 deletions

View File

@@ -6,4 +6,8 @@
<string name="screen_invites_decline_direct_chat_title">"Decline chat"</string>
<string name="screen_invites_empty_list">"No Invites"</string>
<string name="screen_invites_invited_you">"%1$s (%2$s) invited you"</string>
<string name="screen_join_room_decline_and_block_alert_confirmation">"Yes, decline &amp; block"</string>
<string name="screen_join_room_decline_and_block_alert_message">"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."</string>
<string name="screen_join_room_decline_and_block_alert_title">"Decline invite &amp; block"</string>
<string name="screen_join_room_decline_and_block_button_title">"Decline and block"</string>
</resources>

View File

@@ -56,7 +56,8 @@
{
"name" : ":features:invite:impl",
"includeRegex" : [
"screen_invites_.*"
"screen_invites_.*",
"screen\\.join_room\\.decline_and_block_.*"
]
},
{