Files
Open-Assistant/website/public/locales/en/message.json
T
356fd775e9 Add emoji reactions and reporting for messages (website) (#952)
* website: Move labelling to message ... menu and add reporting and emoji reactions

We can add more emoji easily in future, we just need to pick ones that we have consistent icons for.

Also added "open in new tab" option so that messages can be navigated to from tasks on mobile.

* website: Make new label and report strings translatable.

* website: Move report api call to oasst client

* small fixes

* pre-commit

---------

Co-authored-by: AbdBarho <ka70911@gmail.com>
2023-01-27 20:52:40 +01:00

12 lines
303 B
JSON

{
"reactions": "Reactions",
"label_action": "Label",
"label_title": "Label",
"submit_labels": "Submit",
"open_new_tab_action": "Open in new tab",
"report_title": "Report",
"report_action": "Report",
"report_placeholder": "Why should this message be reviewed?",
"send_report": "Send"
}