[S] Change "rating details" to "ratings"
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
<!-- Detail / Comments Popup -->
|
<!-- Detail / Comments Popup -->
|
||||||
<el-dialog id="detail-popup" v-if="detailsCourse" :visible.sync="detailsCourse" width="50%" top="10vh">
|
<el-dialog id="detail-popup" v-if="detailsCourse" :visible.sync="detailsCourse" width="50%" top="10vh">
|
||||||
<span slot="title" class="header">
|
<span slot="title" class="header">
|
||||||
<div class="title">Rating detail for {{detailsCourse.name}}</div>
|
<div class="title">Ratings for {{detailsCourse.name}}</div>
|
||||||
<span class="subtitle">And for {{detailsCourse.teacher}}</span>
|
<span class="subtitle">And for {{detailsCourse.teacher}}</span>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user