summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-03-25 21:25:57 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-03-25 21:25:57 +0900
commit34e9a8a77e81e069aad6212d0e66895600616cdf (patch)
tree2287e262fdebc0d03ddef68181cc70a2dc0d5092 /src
parentMerge pull request #323 from syuilo/greenkeeper/cropperjs-1.0.0-rc (diff)
downloadmisskey-34e9a8a77e81e069aad6212d0e66895600616cdf.tar.gz
misskey-34e9a8a77e81e069aad6212d0e66895600616cdf.tar.bz2
misskey-34e9a8a77e81e069aad6212d0e66895600616cdf.zip
wip #313
Diffstat (limited to 'src')
-rw-r--r--src/web/app/common/tags/reaction-picker.tag2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/common/tags/reaction-picker.tag b/src/web/app/common/tags/reaction-picker.tag
index 4b965332d7..a8d19a1819 100644
--- a/src/web/app/common/tags/reaction-picker.tag
+++ b/src/web/app/common/tags/reaction-picker.tag
@@ -99,7 +99,7 @@
this.post = this.opts.post;
this.source = this.opts.source;
- const placeholder = 'リアクションを選択';
+ const placeholder = '%i18n:common.tags.mk-reaction-picker.choose-reaction%';
this.title = placeholder;