diff --git a/vector/src/main/java/im/vector/app/features/settings/troubleshoot/TestNewEndpoint.kt b/vector/src/main/java/im/vector/app/features/settings/troubleshoot/TestNewEndpoint.kt
index 3f85654c06..7a748d5fab 100644
--- a/vector/src/main/java/im/vector/app/features/settings/troubleshoot/TestNewEndpoint.kt
+++ b/vector/src/main/java/im/vector/app/features/settings/troubleshoot/TestNewEndpoint.kt
@@ -42,7 +42,7 @@ class TestNewEndpoint @Inject constructor(private val context: AppCompatActivity
description = stringProvider.getString(R.string.settings_troubleshoot_test_fcm_success, endpoint)
} else {
status = TestStatus.FAILED
- description = stringProvider.getString(R.string.settings_troubleshoot_test_fcm_failed)
+ description = stringProvider.getString(R.string.settings_troubleshoot_test_fcm_failed_sc)
}
} else {
if (!endpoint.isNullOrEmpty()) {
diff --git a/vector/src/main/res/values/strings_sc.xml b/vector/src/main/res/values/strings_sc.xml
index de429f0e13..cdf19a61d6 100644
--- a/vector/src/main/res/values/strings_sc.xml
+++ b/vector/src/main/res/values/strings_sc.xml
@@ -127,6 +127,7 @@
Pusher Registration
Pusher successfully registered to HomeServer.
Failed to register pusher to HomeServer:\n%1$s
+ Failed to retrieve FCM token
Do not click this setting
Mess up settings