Skip to content

Commit 294271c

Browse files
authored
Merge pull request #80 from reactjs/alioguzhan/default-meta-description
translate default meta description
2 parents 9416ddf + c2b8785 commit 294271c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TitleAndMetaTags/TitleAndMetaTags.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import Helmet from 'react-helmet';
99
import React from 'react';
1010

11-
const defaultDescription = 'A JavaScript library for building user interfaces';
11+
const defaultDescription = 'Kullanıcı arayüzleri geliştirebileceğiniz bir JavaScript kütüphanesi';
1212

1313
type Props = {
1414
title: string,

0 commit comments

Comments
 (0)