diff --git a/src/app/shared/starts-with/text/starts-with-text.component.html b/src/app/shared/starts-with/text/starts-with-text.component.html index 926a2f932d9..edbd1f1960d 100644 --- a/src/app/shared/starts-with/text/starts-with-text.component.html +++ b/src/app/shared/starts-with/text/starts-with-text.component.html @@ -1,10 +1,13 @@
+
-
- +
+
+ {{'browse.startsWith.type_text' | translate}} +
diff --git a/src/app/shared/starts-with/text/starts-with-text.component.scss b/src/app/shared/starts-with/text/starts-with-text.component.scss index 4576be4b288..619da409561 100644 --- a/src/app/shared/starts-with/text/starts-with-text.component.scss +++ b/src/app/shared/starts-with/text/starts-with-text.component.scss @@ -3,3 +3,7 @@ background-color: var(--bs-input-bg); color: var(--bs-input-color); } + +.form-group { + margin-bottom: 0; +} diff --git a/src/assets/i18n/en.json5 b/src/assets/i18n/en.json5 index 210dcb470d1..678191e46c4 100644 --- a/src/assets/i18n/en.json5 +++ b/src/assets/i18n/en.json5 @@ -6737,4 +6737,6 @@ "item.page.cc.license.title": "Creative Commons license", "item.page.cc.license.disclaimer": "Except where otherwised noted, this item's license is described as", + + "browse.search-form.placeholder": "Search the repository", } diff --git a/src/assets/i18n/es.json5 b/src/assets/i18n/es.json5 index 92d03e499c8..7c00738ff3a 100644 --- a/src/assets/i18n/es.json5 +++ b/src/assets/i18n/es.json5 @@ -8254,6 +8254,8 @@ // "access-control-option-end-date-note": "Select the date until which the related access condition is applied", "access-control-option-end-date-note": "Escoja la fecha hasta la cuál se aplicarán las condiciones de acceso especificadas", + //"browse.search-form.placeholder": "Search the repository", + "browse.search-form.placeholder": "Buscar en el repositorio", } diff --git a/src/assets/i18n/pt-BR.json5 b/src/assets/i18n/pt-BR.json5 index 46c411e0bc0..4de56f73b28 100644 --- a/src/assets/i18n/pt-BR.json5 +++ b/src/assets/i18n/pt-BR.json5 @@ -1693,7 +1693,7 @@ "browse.startsWith.type_date.label": "Ou digite na data (year-month) e clique no botão de Ir", // "browse.startsWith.type_text": "Filter results by typing the first few letters", - "browse.startsWith.type_text": "Filtrar resultados informando as primeiras letras:", + "browse.startsWith.type_text": "Filtrar resultados informando as primeiras letras", // "browse.startsWith.input": "Filter", (Auto-Translated) "browse.startsWith.input": "Filtro", @@ -8274,4 +8274,7 @@ // "access-control-option-end-date-note": "Select the date until which the related access condition is applied", (Auto-Translated) "access-control-option-end-date-note": "Selecione a data até a qual a condição de acesso relacionada é aplicada", + + //"browse.search-form.placeholder": "Search the repository", + "browse.search-form.placeholder": "Buscar no repositório", }