Changeset 244487 in webkit


Ignore:
Timestamp:
Apr 20, 2019 11:44:53 AM (5 years ago)
Author:
aakash_jain@apple.com
Message:

Update text for old EWS submit button
https://bugs.webkit.org/show_bug.cgi?id=197140

Reviewed by Alexey Proskuryakov.

  • QueueStatusServer/templates/statusbubble.html:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r244486 r244487  
     12019-04-20  Aakash Jain  <aakash_jain@apple.com>
     2
     3        Update text for old EWS submit button
     4        https://bugs.webkit.org/show_bug.cgi?id=197140
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        * QueueStatusServer/templates/statusbubble.html:
     9
    1102019-04-20  Aakash Jain  <aakash_jain@apple.com>
    211
  • trunk/Tools/QueueStatusServer/templates/statusbubble.html

    r244485 r244487  
    9595    <input type="hidden" name="attachment_id" value="{{ attachment_id }}">
    9696    <input type="hidden" name="next_action" value="return_to_bubbles">
    97     <input class="status" type="submit" value="Submit for EWS analysis">
     97    <input class="status" type="submit" value="Submit to old EWS">
    9898  </form>
    9999{% endif %}
Note: See TracChangeset for help on using the changeset viewer.