aboutsummaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2023-12-14 15:34:30 -0800
committerChristopher Ng <chrng8@gmail.com>2024-01-22 11:54:35 -0800
commita3732d563954079be3fe526c1bf85cf2aaa2dd98 (patch)
treec326eee89593d888b8e1adb04e059a766df5940b /core/src
parent9398e908281d354e11e0b4680c693ffbbc98c57d (diff)
downloadnextcloud-server-a3732d563954079be3fe526c1bf85cf2aaa2dd98.tar.gz
nextcloud-server-a3732d563954079be3fe526c1bf85cf2aaa2dd98.zip
fix(a11y): Unified search headings the sequel
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'core/src')
-rw-r--r--core/src/views/UnifiedSearchModal.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/src/views/UnifiedSearchModal.vue b/core/src/views/UnifiedSearchModal.vue
index 8d2d2820495..59afa04d0ab 100644
--- a/core/src/views/UnifiedSearchModal.vue
+++ b/core/src/views/UnifiedSearchModal.vue
@@ -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">
@@ -11,7 +10,7 @@
@update:is-open="showDateRangeModal = $event" />
<!-- Unified search form -->
<div ref="unifiedSearch" class="unified-search-modal">
- <h1>{{ t('core', 'Unified search') }}</h1>
+ <h2>{{ t('core', 'Unified search') }}</h2>
<NcInputField ref="searchInput"
:value.sync="searchQuery"
type="text"