From 9bbd3dd6b2ca9dbb1c635638fe9f0b8dd5ca7b29 Mon Sep 17 00:00:00 2001 From: Yohan Simard Date: Sun, 8 Mar 2020 14:41:04 +0100 Subject: [PATCH] Better formatting for sort order selection in ProximoListScreen --- screens/Proximo/ProximoListScreen.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/screens/Proximo/ProximoListScreen.js b/screens/Proximo/ProximoListScreen.js index e4b78b5..9756a18 100644 --- a/screens/Proximo/ProximoListScreen.js +++ b/screens/Proximo/ProximoListScreen.js @@ -213,35 +213,35 @@ export default class ProximoListScreen extends React.Component { > - {i18n.t('proximoScreen.sortPrice')} + {i18n.t('proximoScreen.sortPrice')} - {i18n.t('proximoScreen.sortPriceReverse')} + {i18n.t('proximoScreen.sortPriceReverse')} - {i18n.t('proximoScreen.sortName')} + {i18n.t('proximoScreen.sortName')} - {i18n.t('proximoScreen.sortNameReverse')} + {i18n.t('proximoScreen.sortNameReverse')}