Skip to content

Commit

Permalink
removes stray ARIA-LABELS (per review feedback)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfm committed Jul 27, 2021
1 parent adf55a1 commit 07cd655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions securedrop/source_templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ <h1><img src="{{ g.logo }}" alt="{{ gettext('{} logo'.format(g.organization_name

<main class="index-row">
<section class="index-column index-left" aria-labelledby="first-submission-heading">
<div class="index-column-top-container" aria-label="">
<div class="index-column-top-container">
<h2 id="first-submission-heading" class="welcome-text">
{{ gettext('First submission') }}
</h2>
<p class="extended-welcome-text">{{ gettext('First time submitting to our SecureDrop? Start here.') }}</p>
</div>
<div class="index-column-bottom-container" aria-label="">
<div class="index-column-bottom-container">
<a href="{{ url_for('main.generate') }}" id="submit-documents-button" class="btn alt" aria-label="{{ gettext('Get Started') }}">
{{ gettext('GET STARTED') }}
</a>
Expand Down

0 comments on commit 07cd655

Please sign in to comment.