horizon/openstack_dashboard/dashboards/project/api_access/templates/api_access/_recreate_credentials.html

7 lines
210 B
HTML

{% extends "horizon/common/_modal_form.html" %}
{% load i18n %}
{% block modal-body %}
{% trans "This action cannot be undone. Current EC2 credentials will be deleted and not recoverable." %}
{% endblock %}