diff options
-rw-r--r-- | rpkid/rpki/gui/app/templates/app/dashboard.html | 6 | ||||
-rw-r--r-- | rpkid/rpki/gui/app/templates/app/roa_detail.html | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/rpkid/rpki/gui/app/templates/app/dashboard.html b/rpkid/rpki/gui/app/templates/app/dashboard.html index f09e29f7..65e26a86 100644 --- a/rpkid/rpki/gui/app/templates/app/dashboard.html +++ b/rpkid/rpki/gui/app/templates/app/dashboard.html @@ -131,13 +131,13 @@ {% endfor %} </table> <a class="btn" href="{% url "rpki.gui.app.views.roa_create_multi" %}"><i class="icon-plus-sign"></i> Create</a> -<a class="btn" href="{% url "roa-import" %}" title="import a CSV file containing ROA requests"><i class="icon-upload"></i> Import</a> -<a class="btn" href="{% url "roa-export" %}" title="download a CSV file containing ROA requests"><i class="icon-download"></i> Export</a> +<a class="btn" href="{% url "roa-import" %}" title="import a CSV file containing ROAs"><i class="icon-upload"></i> Import</a> +<a class="btn" href="{% url "roa-export" %}" title="download a CSV file containing ROAs"><i class="icon-download"></i> Export</a> </div> <div class="span6"> <div class="page-header"> - <h1>Ghostbuster Requests</h1> + <h1>Ghostbusters</h1> </div> <table class="table table-condensed table-striped"> <tr><th>Full Name</th><th>Organization</th><th>Email</th><th>Telephone</th><th></th></tr> diff --git a/rpkid/rpki/gui/app/templates/app/roa_detail.html b/rpkid/rpki/gui/app/templates/app/roa_detail.html index f939846a..b17c5a99 100644 --- a/rpkid/rpki/gui/app/templates/app/roa_detail.html +++ b/rpkid/rpki/gui/app/templates/app/roa_detail.html @@ -4,7 +4,7 @@ {% block content %} <div class="page-header"> - <h1>ROA Request Detail</h1> + <h1>ROA Detail</h1> </div> <div class="row-fluid"> |