-
+
{{'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 4576be4b28..619da40956 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 7fb383e3f0..36d08ed27a 100644
--- a/src/assets/i18n/en.json5
+++ b/src/assets/i18n/en.json5
@@ -5366,4 +5366,5 @@
"process.overview.unknown.user": "Unknown",
+ "browse.search-form.placeholder": "Search the repository",
}
diff --git a/src/assets/i18n/es.json5 b/src/assets/i18n/es.json5
index 2140114d43..4850f69155 100644
--- a/src/assets/i18n/es.json5
+++ b/src/assets/i18n/es.json5
@@ -7828,6 +7828,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 e85494ebec..4ebf3b8110 100644
--- a/src/assets/i18n/pt-BR.json5
+++ b/src/assets/i18n/pt-BR.json5
@@ -1290,7 +1290,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",
@@ -7854,4 +7854,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",
}