Skip to content

Commit

Permalink
Merge pull request #42292 from nextcloud/fix/a11y/unified-search-head…
Browse files Browse the repository at this point in the history
…ings-the-sequel

fix(a11y): Unified search headings the sequel
  • Loading branch information
susnux authored Dec 21, 2023
2 parents 73aeaa1 + c548b19 commit 1201859
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions core/src/views/UnifiedSearchModal.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<template>
<NcModal id="unified-search"
ref="unifiedSearchModal"
:name="t('core', 'Unified search')"
:show.sync="internalIsVisible"
:clear-view-delay="0"
@close="closeModal">
Expand All @@ -12,7 +11,7 @@
<!-- Unified search form -->
<div ref="unifiedSearch" class="unified-search-modal">
<div class="unified-search-modal__header">
<h1>{{ t('core', 'Unified search') }}</h1>
<h2>{{ t('core', 'Unified search') }}</h2>
<NcInputField ref="searchInput"
:value.sync="searchQuery"
type="text"
Expand Down
4 changes: 2 additions & 2 deletions dist/core-unified-search.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-unified-search.js.map

Large diffs are not rendered by default.

0 comments on commit 1201859

Please sign in to comment.