Skip to content

Commit

Permalink
change nav from 'download data' to 'export data'.
Browse files Browse the repository at this point in the history
  • Loading branch information
tompollard committed Aug 20, 2024
1 parent c1949d0 commit ab58c1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion physionet-django/console/navbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def get_menu_items(self, request):
NavLink(_('Editorial'), 'editorial_stats'),
NavLink(_('Credentialing'), 'credentialing_stats'),
NavLink(_('Submissions'), 'submission_stats'),
NavLink(_('Download data'), 'downloads'),
NavLink(_('Export data'), 'downloads'),
]),

NavSubmenu(_('Pages'), 'pages', 'window-maximize', [
Expand Down
4 changes: 2 additions & 2 deletions physionet-django/console/templates/console/downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

{% load static %}

{% block title %}Download data{% endblock %}
{% block title %}Export data{% endblock %}

{% block content %}

<div class="card mb-3">
<div class="card-header">
Download data
Export data
</div>
<div class="card-body">
<div class="table-responsive">
Expand Down

0 comments on commit ab58c1b

Please sign in to comment.