diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-05-20 20:26:38 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-05-20 20:26:38 +0900 |
| commit | b20b9759350f5c0e8b6a668d010c45b4b7338ff0 (patch) | |
| tree | 5754bd8c5f185febc51c75ae19abb5edbba72ec7 /src/client/app/init.ts | |
| parent | Fix bug (diff) | |
| download | sharkey-b20b9759350f5c0e8b6a668d010c45b4b7338ff0.tar.gz sharkey-b20b9759350f5c0e8b6a668d010c45b4b7338ff0.tar.bz2 sharkey-b20b9759350f5c0e8b6a668d010c45b4b7338ff0.zip | |
Fix bug
Diffstat (limited to 'src/client/app/init.ts')
| -rw-r--r-- | src/client/app/init.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/init.ts b/src/client/app/init.ts index 4908b73b23..fd04f9bcc3 100644 --- a/src/client/app/init.ts +++ b/src/client/app/init.ts @@ -113,7 +113,7 @@ html.setAttribute('lang', lang); const head = document.getElementsByTagName('head')[0]; const meta = document.createElement('meta'); meta.setAttribute('name', 'description'); -meta.setAttribute('content', '%i18n:!common.misskey%'); +meta.setAttribute('content', '%i18n:common.misskey%'); head.appendChild(meta); //#endregion |