diff --git a/data/ui.yml b/data/ui.yml index 0d5cbf76d1b7..6b2e9b30c232 100644 --- a/data/ui.yml +++ b/data/ui.yml @@ -143,11 +143,12 @@ product_landing: product_sublanding: start: Start start_path: Start path - learning_paths: Learning paths + learning_paths: '{{ allProducts[currentProduct].name }} learning paths' learning_paths_desc: Learning paths are a collection of guides that help you master a particular subject. + guides: '{{ allProducts[currentProduct].name }} guides' more_guides: more guides load_more: Load more guides - all_guides: All Guides + all_guides: 'All {{ allProducts[currentProduct].name }} guides' no_result: Sorry, there is no guide that match your filter. filters: type: Type diff --git a/includes/liquid-tags/link-as-article-card.html b/includes/liquid-tags/link-as-article-card.html index a6d7960c4f8f..37280f625b7c 100644 --- a/includes/liquid-tags/link-as-article-card.html +++ b/includes/liquid-tags/link-as-article-card.html @@ -6,7 +6,7 @@