change sale and rent action title

This commit is contained in:
Bilal Catic
2019-11-18 18:56:34 +01:00
parent e4edc24cad
commit ade09f6f15
2 changed files with 4 additions and 4 deletions

View File

@@ -72,12 +72,12 @@ const AD_TYPE = {
AD_TYPE_SALE: {
id: 1,
stringId: "SALE",
title: "Prodaja"
title: "Kupi"
},
AD_TYPE_RENT: {
id: 2,
stringId: "RENT",
title: "Najam"
title: "Unajmi"
},
AD_TYPE_REQUEST: {
id: 3,