ordering-ui-react-native 0.16.77 → 0.16.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ordering-ui-react-native",
3
- "version": "0.16.77",
3
+ "version": "0.16.78",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -404,7 +404,7 @@ export const BusinessBasicInformation = (
404
404
  <>
405
405
  <TouchableOpacity onPress={() => navigation.navigate('BusinessPreorder', { business: businessState?.business, handleBusinessClick: () => navigation?.goBack() })}>
406
406
  <OText color={theme.colors.textSecondary} style={{ textDecorationLine: 'underline' }}>
407
- {t('PRE_ORDER', 'Preorder')}
407
+ {t('PREORDER', 'Preorder')}
408
408
  </OText>
409
409
  </TouchableOpacity>
410
410
  <OText size={12} color={theme.colors.textSecondary}>{' \u2022 '}</OText>