diff --git a/vector/src/main/java/im/vector/app/features/settings/troubleshoot/TestAvailableUnifiedPushDistributors.kt b/vector/src/main/java/im/vector/app/features/settings/troubleshoot/TestAvailableUnifiedPushDistributors.kt
index 9eb8cd35c4..c51aa22210 100644
--- a/vector/src/main/java/im/vector/app/features/settings/troubleshoot/TestAvailableUnifiedPushDistributors.kt
+++ b/vector/src/main/java/im/vector/app/features/settings/troubleshoot/TestAvailableUnifiedPushDistributors.kt
@@ -40,7 +40,8 @@ class TestAvailableUnifiedPushDistributors @Inject constructor(
}
)
} else {
- stringProvider.getString(R.string.settings_troubleshoot_test_distributors_many, distributors.size + 1)
+ val quantity = distributors.size + 1
+ stringProvider.getQuantityString(R.plurals.settings_troubleshoot_test_distributors_many, quantity, quantity)
}
status = TestStatus.SUCCESS
}
diff --git a/vector/src/main/res/values/strings.xml b/vector/src/main/res/values/strings.xml
index 89cbefd859..e8dbdfb644 100644
--- a/vector/src/main/res/values/strings.xml
+++ b/vector/src/main/res/values/strings.xml
@@ -3077,7 +3077,10 @@
Available methods
No other method than Google Play Service found.
No other method than background synchronization found.
- Found %d methods.
+
+ - Found %d method.
+ - Found %d methods.
+
Method
Currently using %s.
Endpoint