Skip to content

Commit

Permalink
Updating messages banner to be more generic
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodshell Fleurinord committed Feb 13, 2024
1 parent 85151fe commit ee644c0
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 ee644c0

Please sign in to comment.