diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-03-25 21:25:57 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-03-25 21:25:57 +0900 |
| commit | 34e9a8a77e81e069aad6212d0e66895600616cdf (patch) | |
| tree | 2287e262fdebc0d03ddef68181cc70a2dc0d5092 /src | |
| parent | Merge pull request #323 from syuilo/greenkeeper/cropperjs-1.0.0-rc (diff) | |
| download | misskey-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.tag | 2 |
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; |