Better Error Message #1771

Merged
QuirkyRobots merged 3 commits from patch-5 into master 2018-07-16 15:11:36 +02:00

View file

@ -117,7 +117,7 @@ export default handleActions(
[ACTIONS.GET_SUPPORTED_COINS_FAIL]: (state: ShapeShiftState): ShapeShiftState => ({
...state,
loading: false,
error: __('There was an error. Please try again later.'),
error: __('ShapeShift is temporarily unavailable or not accessable in your location. Try using a VPN or try again later.'),
}),
[ACTIONS.GET_COIN_STATS_START]: (