diff --git a/src/components/ErrorDecoder/ErrorDecoder.js b/src/components/ErrorDecoder/ErrorDecoder.js index d179a09be..a99f4543e 100644 --- a/src/components/ErrorDecoder/ErrorDecoder.js +++ b/src/components/ErrorDecoder/ErrorDecoder.js @@ -69,8 +69,8 @@ function ErrorResult(props: {|code: ?string, msg: string|}) { if (!code) { return (
- When you encounter an error, you'll receive a link to this page for that - specific error and we'll show you the full error text. + Bir hata ile karşılaştığınızda, söz konusu hata için bu sayfaya + bir bağlantı alırsınız ve size tam hata metnini gösteririz.
); } @@ -78,7 +78,7 @@ function ErrorResult(props: {|code: ?string, msg: string|}) { return (- The full text of the error you just encountered is: + Az önce karşılaştığınız hatanın tam metni:
{urlify(errorMsg)}