We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 586d057 commit 70d128fCopy full SHA for 70d128f
assets/javascripts/discourse/components/wizard-table-field.hbs
@@ -29,7 +29,7 @@
29
{{/if}}
30
31
{{#if this.isComposerPreview}}
32
- {{d-icon "comment-alt"}}
+ {{d-icon "message"}}
33
<span class="wizard-table-composer-text">
34
{{i18n "admin.wizard.submissions.composer_preview"}}:
35
{{this.value.value}}
plugin.rb
@@ -26,7 +26,6 @@
26
register_svg_icon "check"
27
register_svg_icon "clock"
28
register_svg_icon "link"
- register_svg_icon "comment-alt"
register_svg_icon "far-life-ring"
register_svg_icon "arrow-right"
register_svg_icon "bolt"
0 commit comments