Skip to content

Commit

Permalink
Updating messages banner to be more generic (#1451)
Browse files Browse the repository at this point in the history
* Revert "Add account id validator (#1348)"

This reverts commit 42de350.

* Updating messages banner to be more generic

---------

Co-authored-by: Rodshell Fleurinord <[email protected]>
  • Loading branch information
rfleur01 and Rodshell Fleurinord authored Feb 13, 2024
1 parent 89498d4 commit 92fbbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-board/deploy_board/templates/message_banner.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% else %}
<div class="alert alert-success" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<strong>Launch Succeeded!</strong> {{ message | safe}}
<strong>Success!</strong> {{ message | safe}}
</div>
{% endif %}
{% endfor %}
Expand Down

0 comments on commit 92fbbd4

Please sign in to comment.