File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -130,15 +130,15 @@ Example:
130
130
'products.show' => 'Product Details',
131
131
];
132
132
```
133
- - When you visit the `/products/123` URL, the breadcrumb will render as follows:
133
+ - When you visit the `/products/123` URL, the short translation will be used for the `home` and `products.index` routes.
134
134
```
135
135
LAN > Products > Product Details
136
136
```
137
- - When you visit the `/products` URL, the long label will be used for the `products.index ` route:
137
+ - When you visit the `/products` URL, the short label will be used for the `home ` route.
138
138
```
139
139
LAN > All Products
140
140
```
141
- - When you visit the `/` URL, the long label will be used for the `home` route:
141
+ - When you visit the `/` URL, the long label will be used for the `home` route.
142
142
```
143
143
Long Application Name
144
144
```
You can’t perform that action at this time.
0 commit comments