@ -152,7 +152,7 @@ enum class LiveData : Localizable {
* Return the new entity title
*/
fun newEntityLocalizedTitle(context: Context): String {
return "${context.getString(R.string.new_str)} ${this.localizedTitle(context)}"
return "${context.getString(R.string.new_str)} ${this.localizedTitle(context).toLowerCase()}"
}