Better Error Message #1771
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ export default handleActions(
|
||||||
[ACTIONS.GET_SUPPORTED_COINS_FAIL]: (state: ShapeShiftState): ShapeShiftState => ({
|
[ACTIONS.GET_SUPPORTED_COINS_FAIL]: (state: ShapeShiftState): ShapeShiftState => ({
|
||||||
...state,
|
...state,
|
||||||
loading: false,
|
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]: (
|
[ACTIONS.GET_COIN_STATS_START]: (
|
||||||
|
|
Loading…
Reference in a new issue