diff options
Diffstat (limited to 'src/web/app')
| -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; |