feat(client): 投稿フォームのボタンの説明を表示するように (#6408)
* Add title attr with buttons on the post form * fix * tooltip * missing ; * remove title attr * fix bug * Update reactions-viewer.details.vue * help wip * ok! * i18n Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
This commit is contained in:
@@ -27,7 +27,7 @@ const summarize = (note: any, locale: any): string => {
|
||||
|
||||
// 投票が添付されているとき
|
||||
if (note.poll) {
|
||||
summary += ` (${locale._cw?.poll || locale['_cw.poll']})`;
|
||||
summary += ` (${locale['poll']})`;
|
||||
}
|
||||
|
||||
// 返信のとき
|
||||
|
Reference in New Issue
Block a user