fix: update i18n text

This commit is contained in:
nivedin
2023-12-20 22:18:27 +05:30
committed by Andrew Bastin
parent b81ccb4ee3
commit ffff54b5af

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")
}