summaryrefslogtreecommitdiff
path: root/src/client/app/common/scripts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2018-07-03 05:29:06 +0900
committerGitHub <noreply@github.com>2018-07-03 05:29:06 +0900
commit2118fc1f0a42acadd39972bf41ce63d4979da101 (patch)
treee568154a0a0843f09224c8c21f03cbc62d65f2fc /src/client/app/common/scripts
parentNew translations ja.yml (English) (diff)
parentMerge pull request #1835 from syuilo/greenkeeper/hard-source-webpack-plugin-0... (diff)
downloadmisskey-2118fc1f0a42acadd39972bf41ce63d4979da101.tar.gz
misskey-2118fc1f0a42acadd39972bf41ce63d4979da101.tar.bz2
misskey-2118fc1f0a42acadd39972bf41ce63d4979da101.zip
Merge branch 'master' into l10n_master
Diffstat (limited to 'src/client/app/common/scripts')
-rw-r--r--src/client/app/common/scripts/get-kao.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/scripts/get-kao.ts b/src/client/app/common/scripts/get-kao.ts
index d380187510..645196132b 100644
--- a/src/client/app/common/scripts/get-kao.ts
+++ b/src/client/app/common/scripts/get-kao.ts
@@ -1,5 +1,5 @@
export default () => [
'(=^・・^=)',
- 'v('ω')v',
+ 'v(\'ω\')v',
'🐡( \'-\' 🐡 )フグパンチ!!!!'
][Math.floor(Math.random() * 3)];