fix(android): traducir inspecciones en borrador
This commit is contained in:
@@ -138,6 +138,7 @@ private fun MobileVisitCard(visit: VisitSummary, onOpen: () -> Unit) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
internal fun mobileVisitStatusLabel(status: String): String = when (status) {
|
internal fun mobileVisitStatusLabel(status: String): String = when (status) {
|
||||||
|
"DRAFT" -> "Borrador"
|
||||||
"PLANNED" -> "Planificada"
|
"PLANNED" -> "Planificada"
|
||||||
"IN_PROGRESS" -> "En curso"
|
"IN_PROGRESS" -> "En curso"
|
||||||
"CLOSED" -> "Cerrada"
|
"CLOSED" -> "Cerrada"
|
||||||
|
|||||||
Reference in New Issue
Block a user