mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-12 18:06:25 +00:00
@@ -34,12 +34,26 @@ customElements.define('send-feedback', SendFeedback);
|
|||||||
export const sendFeedback: SendFeedbackType = document.querySelector('send-feedback');
|
export const sendFeedback: SendFeedbackType = document.querySelector('send-feedback');
|
||||||
export const feedbackHolder = sendFeedback.parentElement;
|
export const feedbackHolder = sendFeedback.parentElement;
|
||||||
|
|
||||||
|
/* eslint-disable no-multi-str */
|
||||||
|
|
||||||
// customize the fields of custom elements
|
// customize the fields of custom elements
|
||||||
sendFeedback.title = 'Report Issue';
|
sendFeedback.title = 'Report Issue';
|
||||||
sendFeedback.titleLabel = 'Issue title:';
|
sendFeedback.titleLabel = 'Issue title:';
|
||||||
sendFeedback.titlePlaceholder = 'Enter issue title';
|
sendFeedback.titlePlaceholder = 'Enter issue title';
|
||||||
sendFeedback.textareaLabel = 'Describe the issue:';
|
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.buttonLabel = 'Report Issue';
|
||||||
sendFeedback.loaderSuccessText = '';
|
sendFeedback.loaderSuccessText = '';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user