You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hu...@apache.org on 2019/08/04 06:41:39 UTC

svn commit: r1864360 - in /comdev/reporter.apache.org/trunk/site/wizard/js: source/unified.js wizard.js

Author: humbedooh
Date: Sun Aug  4 06:41:39 2019
New Revision: 1864360

URL: http://svn.apache.org/viewvc?rev=1864360&view=rev
Log:
reword this - 'unknown' sounds like it's a mistake to have custom sections when we should in fact encourage it.

Modified:
    comdev/reporter.apache.org/trunk/site/wizard/js/source/unified.js
    comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js

Modified: comdev/reporter.apache.org/trunk/site/wizard/js/source/unified.js
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/source/unified.js?rev=1864360&r1=1864359&r2=1864360&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/source/unified.js (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/source/unified.js Sun Aug  4 06:41:39 2019
@@ -245,7 +245,7 @@ function UnifiedEditor_compile() {
       // Remark on additional sections not required
       for (var n = 0; n < this.sections.length; n++) {
           if (!required_sections.has(this.sections[n].title)) {
-            text += "<li><span style='display: inline-block; width: 20px; font-size: 18px; color: pink;'>&#8253;</span> Found unknown section <kbd>%s</kbd></li>".format(this.sections[n].title);
+            text += "<li><span style='display: inline-block; width: 20px; font-size: 18px; color: pink;'>&#8253;</span> Found custom section <kbd>%s</kbd></li>".format(this.sections[n].title);
           }
       }
      

Modified: comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js?rev=1864360&r1=1864359&r2=1864360&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/wizard.js Sun Aug  4 06:41:39 2019
@@ -2252,7 +2252,7 @@ function UnifiedEditor_compile() {
       // Remark on additional sections not required
       for (var n = 0; n < this.sections.length; n++) {
           if (!required_sections.has(this.sections[n].title)) {
-            text += "<li><span style='display: inline-block; width: 20px; font-size: 18px; color: pink;'>&#8253;</span> Found unknown section <kbd>%s</kbd></li>".format(this.sections[n].title);
+            text += "<li><span style='display: inline-block; width: 20px; font-size: 18px; color: pink;'>&#8253;</span> Found custom section <kbd>%s</kbd></li>".format(this.sections[n].title);
           }
       }