mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-02 11:15:35 +03:00
improve wording
This commit is contained in:
parent
c981c61c06
commit
ae17f9e5c5
@ -1,5 +1,5 @@
|
||||
import React, { useEffect, useRef, useState } from 'react';
|
||||
import {AlertButton, ButtonProps } from 'react-native';
|
||||
import {AlertButton } from 'react-native';
|
||||
import { Source } from 'react-native-fast-image';
|
||||
import { useSelector, useDispatch } from 'react-redux';
|
||||
import { hideActionModal } from '../../../redux/actions/uiAction';
|
||||
|
@ -407,9 +407,9 @@
|
||||
"payloadTooLarge": "File size too big, please resize or upload smaller image",
|
||||
"qoutaExceeded": "Upload quota exceeded",
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "If issue persist, try Ecency.com from your mobile browser!",
|
||||
"something_wrong_reload": "Reload",
|
||||
"something_wrong": "Something went wrong",
|
||||
"something_wrong_alt": "Meanwhile, try Ecency.com from your Browser",
|
||||
"something_wrong_reload": "Try again?",
|
||||
"can_not_be_empty": "Title and body can not be empty!",
|
||||
"wrong_filter_count":"Please select 3 filters"
|
||||
},
|
||||
|
@ -36,14 +36,14 @@ class ErrorBoundary extends React.Component {
|
||||
id: 'alert.something_wrong',
|
||||
})}
|
||||
</Text>
|
||||
<Text style={{ fontSize: 15 }}>
|
||||
<Text style={{ fontSize: 15, padding: 15 }}>
|
||||
{intl.formatMessage({
|
||||
id: 'alert.something_wrong_alt',
|
||||
})}
|
||||
</Text>
|
||||
<TouchableHighlight onPress={() => RNRestart.Restart()}>
|
||||
<Fragment>
|
||||
<Text style={{ fontSize: 30, textDecorationLine: 'underline', paddingTop: 20 }}>
|
||||
<Text style={{ fontSize: 15, textDecorationLine: 'underline', paddingTop: 20 }}>
|
||||
{intl.formatMessage({
|
||||
id: 'alert.something_wrong_reload',
|
||||
})}
|
||||
|
Loading…
Reference in New Issue
Block a user