cyber-elx 1.2.4 → 1.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -157,7 +157,7 @@ If you want another text, just put it in English.
|
|
|
157
157
|
| Pattern | Description |
|
|
158
158
|
|---------|-------------|
|
|
159
159
|
| `@PV/courses/courses` | Link to courses list page (router-link) |
|
|
160
|
-
| `@PVP/course-payment/{id}` | Link to payment page (opens in new tab) |
|
|
160
|
+
| `@PVP/course-payment/{id}` | Link to payment/request page (opens in new tab) |
|
|
161
161
|
|
|
162
162
|
### Example Student Course Detail Page:
|
|
163
163
|
```js
|