summaryrefslogtreecommitdiff
path: root/src/client/app/common/scripts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-06-28 16:21:35 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-06-28 16:21:35 +0900
commita23ef386ea8f79b1f0f3aa4532c77420675885a6 (patch)
tree4c4e4c97b24ad858195556ed33ba8ed0a24e53fa /src/client/app/common/scripts
parentMerge pull request #1793 from syuilo/l10n_master (diff)
downloadsharkey-a23ef386ea8f79b1f0f3aa4532c77420675885a6.tar.gz
sharkey-a23ef386ea8f79b1f0f3aa4532c77420675885a6.tar.bz2
sharkey-a23ef386ea8f79b1f0f3aa4532c77420675885a6.zip
Fix bug
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)];