Skip to content

Commit b99f192

Browse files
committed
fix: using label.references instead of count to maintain UI
1 parent 3d172e9 commit b99f192

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

assets/js/Components/Widgets/FileReviewPreview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export default function FixIssuesContentPreview({
143143
<thead>
144144
<tr>
145145
<th>{t('form.file.location.label')}</th>
146-
<th>{t('form.file.count.label')}</th>
146+
<th>{t('fix.label.references')}</th>
147147
<th>{t('form.file.status.label')}</th>
148148
</tr>
149149
</thead>

translations/en.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,6 @@
509509
"form.file.instances.label": "Instances of this file",
510510
"form.file.content.label": "Content",
511511
"form.file.location.label": "Location",
512-
"form.file.count.label": "Count",
513512
"form.file.status.label": "Status",
514513
"form.file.external_url.label": "External URL",
515514
"form.file.no_ref.label": "There are no instances of this file being used in this course. Consider deleting it if it is no longer needed.",

0 commit comments

Comments
 (0)