mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-10-23 03:31:56 +00:00
@@ -34,12 +34,26 @@ customElements.define('send-feedback', SendFeedback);
|
||||
export const sendFeedback: SendFeedbackType = document.querySelector('send-feedback');
|
||||
export const feedbackHolder = sendFeedback.parentElement;
|
||||
|
||||
/* eslint-disable no-multi-str */
|
||||
|
||||
// customize the fields of custom elements
|
||||
sendFeedback.title = 'Report Issue';
|
||||
sendFeedback.titleLabel = 'Issue title:';
|
||||
sendFeedback.titlePlaceholder = 'Enter issue title';
|
||||
sendFeedback.textareaLabel = 'Describe the issue:';
|
||||
sendFeedback.textareaPlaceholder = 'Succinctly describe your issue and steps to reproduce it...';
|
||||
sendFeedback.textareaPlaceholder = 'Succinctly describe your issue and steps to reproduce it...\n\n\
|
||||
---\n\
|
||||
<!-- Please Include: -->\n\
|
||||
- **Operating System**:\n\
|
||||
- [ ] Windows\n\
|
||||
- [ ] Linux/Ubuntu\n\
|
||||
- [ ] macOS\n\
|
||||
- **Clear steps to reproduce the issue**:\n\
|
||||
- **Relevant error messages and/or screenshots**:\n\
|
||||
';
|
||||
|
||||
/* eslint-enable no-multi-str */
|
||||
|
||||
sendFeedback.buttonLabel = 'Report Issue';
|
||||
sendFeedback.loaderSuccessText = '';
|
||||
|
||||
|
Reference in New Issue
Block a user