Skip to content

Commit b825d35

Browse files
authored
Merge pull request #5336 from github/repo-sync
repo sync
2 parents 4555835 + 0fea2dc commit b825d35

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

data/ui.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,12 @@ product_landing:
143143
product_sublanding:
144144
start: Start
145145
start_path: Start path
146-
learning_paths: '{{ allProducts[currentProduct].name }} learning paths'
146+
learning_paths: '{{ productMap[currentProduct].name }} learning paths'
147147
learning_paths_desc: Learning paths are a collection of guides that help you master a particular subject.
148-
guides: '{{ allProducts[currentProduct].name }} guides'
148+
guides: '{{ productMap[currentProduct].name }} guides'
149149
more_guides: more guides
150150
load_more: Load more guides
151-
all_guides: 'All {{ allProducts[currentProduct].name }} guides'
151+
all_guides: 'All {{ productMap[currentProduct].name }} guides'
152152
no_result: Sorry, there is no guide that match your filter.
153153
filters:
154154
type: Type

0 commit comments

Comments
 (0)