change sale and rent action title
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user