diff options
author | Michael Elkins <melkins@tislabs.com> | 2013-03-28 23:37:09 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2013-03-28 23:37:09 +0000 |
commit | e84330cadb90b812becee4151cf5f6dc64e600c1 (patch) | |
tree | 51db6b9f3a2e78ae892f0f1d6e565413b8674c89 /rpkid | |
parent | e52135d4cbde49d0822cac6c68c1c10b775d3dcb (diff) |
drop the word 'request' from the GUI since users do not understand the distinction
svn path=/trunk/; revision=5241
Diffstat (limited to 'rpkid')
-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"> |