From 274817dce392aeb454e890d44f75fbf7fa6c672b Mon Sep 17 00:00:00 2001 From: Mustafa Buyukcelebi Date: Mon, 6 May 2019 12:48:44 +0300 Subject: [PATCH] Fixed point post title issue --- src/constants/options/points.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/options/points.js b/src/constants/options/points.js index f89f74e3b..98aa7539c 100644 --- a/src/constants/options/points.js +++ b/src/constants/options/points.js @@ -1,7 +1,7 @@ export default { 100: { icon: 'pencil', - textKey: 'points.post_title', + textKey: 'points.post_title', nameKey: 'points.post', descriptionKey: 'points.post_desc', iconType: 'MaterialCommunityIcons',