Title: [243564] trunk/Tools
Revision
243564
Author
aakash_j...@apple.com
Date
2019-03-27 14:09:44 -0700 (Wed, 27 Mar 2019)

Log Message

[ews-app] Update display text of Submit for ews analysis
https://bugs.webkit.org/show_bug.cgi?id=196309

Reviewed by Dewei Zhu.

* BuildSlaveSupport/ews-app/ews/templates/statusbubble.html:

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/ews-app/ews/templates/statusbubble.html (243563 => 243564)


--- trunk/Tools/BuildSlaveSupport/ews-app/ews/templates/statusbubble.html	2019-03-27 20:47:55 UTC (rev 243563)
+++ trunk/Tools/BuildSlaveSupport/ews-app/ews/templates/statusbubble.html	2019-03-27 21:09:44 UTC (rev 243564)
@@ -94,7 +94,7 @@
   <form name="submit_to_ews" method="POST" action="" csrf_token %}
     <input type="hidden" name="patch_id" value="{{ patch_id }}">
     <input type="hidden" name="next_action" value="return_to_bubbles">
-    <input class="status" type="submit" value="Submit for EWS analysis">
+    <input class="status" type="submit" value="Submit to new EWS">
   </form>
 {% endif %}
 

Modified: trunk/Tools/ChangeLog (243563 => 243564)


--- trunk/Tools/ChangeLog	2019-03-27 20:47:55 UTC (rev 243563)
+++ trunk/Tools/ChangeLog	2019-03-27 21:09:44 UTC (rev 243564)
@@ -1,3 +1,12 @@
+2019-03-27  Aakash Jain  <aakash_j...@apple.com>
+
+        [ews-app] Update display text of Submit for ews analysis
+        https://bugs.webkit.org/show_bug.cgi?id=196309
+
+        Reviewed by Dewei Zhu.
+
+        * BuildSlaveSupport/ews-app/ews/templates/statusbubble.html:
+
 2019-03-27  David Kilzer  <ddkil...@apple.com>
 
         run-webkit-tests should check for leaks in WebKit processes
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to