From 46ab71f23b4b9d169b0f2c473244be2a6a107b94 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 11 Jun 2024 14:39:37 +0200 Subject: [PATCH] Ignore "Element" in `screen_incoming_call_subtitle_android` strings --- tools/localazy/checkForbiddenTerms.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/localazy/checkForbiddenTerms.py b/tools/localazy/checkForbiddenTerms.py index e642f32c54..89a668f246 100755 --- a/tools/localazy/checkForbiddenTerms.py +++ b/tools/localazy/checkForbiddenTerms.py @@ -16,6 +16,8 @@ forbiddenTerms = { "screen_server_confirmation_message_login_element_dot_io", # "Be in your element", will probably be changed on the forks, so we can ignore. "screen_onboarding_welcome_title", + # Contains "Element Call" + "screen_incoming_call_subtitle_android", ] }