fix: update i18n text

This commit is contained in:
nivedin
2023-12-20 22:18:27 +05:30
parent 7db7b9b068
commit 1ac518ef87

View File

@@ -451,7 +451,7 @@ const getErrorMessage = (err: GQLError<string>) => {
}
switch (err.error) {
case "shortcode/not_found":
return t("shared_request.not_found")
return t("shared_requests.not_found")
default:
return t("error.something_went_wrong")
}