소스 검색

Capitalize Ente

Manav Rathi 1 년 전
부모
커밋
bd84b54c5a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/packages/shared/next/pages/_document.tsx

+ 1 - 1
web/packages/shared/next/pages/_document.tsx

@@ -23,7 +23,7 @@ export default function EnteDocument({ emotionStyleTags }: EnteDocumentProps) {
             <Head>
                 <meta
                     name="description"
-                    content="ente - end-to-end encrypted cloud with open-source apps"
+                    content="Ente - end-to-end encrypted cloud with open-source apps"
                 />
                 <link rel="icon" href="/images/favicon.png" type="image/png" />
                 <meta name="apple-mobile-web-app-capable" content="yes" />