From ade09f6f1563bd25b95e4e455e27c63576e3ac1a Mon Sep 17 00:00:00 2001 From: Bilal Catic Date: Mon, 18 Nov 2019 18:56:34 +0100 Subject: [PATCH] change sale and rent action title --- app/common/enums.js | 4 ++-- app/views/welcome.ejs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/common/enums.js b/app/common/enums.js index 53bedfa..826a750 100644 --- a/app/common/enums.js +++ b/app/common/enums.js @@ -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, diff --git a/app/views/welcome.ejs b/app/views/welcome.ejs index dd6b8e7..9ec6a94 100644 --- a/app/views/welcome.ejs +++ b/app/views/welcome.ejs @@ -10,10 +10,10 @@