]+(>|$)|(\/)/g, '') }
diff --git a/components/ui/ScrollButton/ScrollButton.tsx b/components/ui/ScrollButton/ScrollButton.tsx
index 7397a438a5..ca9111445f 100644
--- a/components/ui/ScrollButton/ScrollButton.tsx
+++ b/components/ui/ScrollButton/ScrollButton.tsx
@@ -37,7 +37,7 @@ export const ScrollButton = ({ className, ariaLabel }: ScrollButtonPropsT) => {
diff --git a/data/ui.yml b/data/ui.yml
index c2dd25a93a..856f4d1d12 100644
--- a/data/ui.yml
+++ b/data/ui.yml
@@ -32,7 +32,9 @@ search:
placeholder: Search topics, products...
loading: Loading
no_results: No results found
+ search_results_for: Search results for
no_content: No content
+ matches_displayed: Matches displayed
homepage:
explore_by_product: Explore by product
version_picker: Version
diff --git a/includes/rest_operation.html b/includes/rest_operation.html
index 0823e001e3..0b82691511 100644
--- a/includes/rest_operation.html
+++ b/includes/rest_operation.html
@@ -89,10 +89,10 @@
{%- for childParam in childParamsGroup.params -%}
- |
+ |
{{ childParam.name }} ({{ childParam.type }})
|
- {{ childParam.description }} |
+ {{ childParam.description }} |
{%- endfor -%}