update error message

This commit is contained in:
feruz 2020-08-11 23:56:19 +03:00
parent de5c8e0e2e
commit d3e663e0c6
6 changed files with 10 additions and 10 deletions

View File

@ -1148,7 +1148,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Ecency/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 3.0.1;
MARKETING_VERSION = 3.0.2;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
@ -1221,7 +1221,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Ecency/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 3.0.1;
MARKETING_VERSION = 3.0.2;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",

View File

@ -27,7 +27,7 @@
"dependencies": {
"@babel/runtime": "^7.5.5",
"@esteemapp/dhive": "^0.15.0",
"@esteemapp/esteem-render-helpers": "^1.5.5",
"@esteemapp/esteem-render-helpers": "^1.5.6",
"@esteemapp/react-native-autocomplete-input": "^4.2.1",
"@esteemapp/react-native-modal-popover": "^0.0.15",
"@esteemapp/react-native-multi-slider": "^1.1.0",

View File

@ -159,7 +159,7 @@ const PostDisplayView = ({
imageStyle={styles.noPostImage}
defaultText={`${intl.formatMessage({
id: 'post.removed_hint',
})} ${author}`}
})}`}
/>
);
}

View File

@ -338,7 +338,7 @@
},
"post": {
"reblog_alert": "Are you sure, you want to reblog?",
"removed_hint": "The post was removed by",
"removed_hint": "The post not available yet, pull down to refresh",
"copy_link": "Copy link",
"reblogged": "reblogged by",
"sponsored": "SPONSORED",

View File

@ -497,7 +497,7 @@ class EditorContainer extends Component {
intl.formatMessage({
id: 'alert.fail',
}),
error.message || error.toString(),
error.message.split(':')[1] || error.toString(),
);
}

View File

@ -718,10 +718,10 @@
verror "^1.10.0"
whatwg-fetch "^2.0.3"
"@esteemapp/esteem-render-helpers@^1.5.5":
version "1.5.5"
resolved "https://registry.yarnpkg.com/@esteemapp/esteem-render-helpers/-/esteem-render-helpers-1.5.5.tgz#2ee61be38c48a5fa0d2a5ea23d7c50cc5548f551"
integrity sha512-kjSTOpDrRvvMpmMl/g6dXZztTeWD1sN7PKHLzi1HoeQHqzgskAYnLzUX1/PLjOrkqv2gvGUEaPZYeX7xNgDWrw==
"@esteemapp/esteem-render-helpers@^1.5.6":
version "1.5.6"
resolved "https://registry.yarnpkg.com/@esteemapp/esteem-render-helpers/-/esteem-render-helpers-1.5.6.tgz#fda35a6052e99e059ae786c4cb6c6afb0c5b5f24"
integrity sha512-uK0Nj1ps8vVBgw39B1lPaRSqXXabwOxIhSbnYyuetOCZVzyKKV//ye3WvblADRyuAUjTve5UZCNTQ1MMBY9f0w==
dependencies:
he "^1.2.0"
lru-cache "^5.1.1"