diff --git a/ReactAndroid/src/main/java/com/facebook/react/processing/ReactPropertyProcessor.java b/ReactAndroid/src/main/java/com/facebook/react/processing/ReactPropertyProcessor.java index 6fbd70d42f2cdc..21829b73f709cc 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/processing/ReactPropertyProcessor.java +++ b/ReactAndroid/src/main/java/com/facebook/react/processing/ReactPropertyProcessor.java @@ -593,7 +593,7 @@ public void addProperty(PropertyInfo propertyInfo) throws ReactPropertyException + " has already registered a property named \"" + name + "\". If you want to override a property, don't add" - + "the @ReactProp annotation to the property in the subclass", + + " the @ReactProp annotation to the property in the subclass", propertyInfo); }