Skip to content

Commit c2b8785

Browse files
committed
translate default meta description
1 parent 9416ddf commit c2b8785

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)