improve wording

This commit is contained in:
feruz 2021-07-29 19:18:48 +03:00
parent c981c61c06
commit ae17f9e5c5
3 changed files with 6 additions and 6 deletions

View File

@ -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';

View File

@ -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"
},

View File

@ -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',
})}