mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 09:20:12 +01:00
Update Admin Panel Rules report icon and add missing translations.
Thanks to xet7 !
This commit is contained in:
parent
6c8fae944c
commit
8417fae89c
2 changed files with 3 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ template(name="adminReports")
|
||||||
|
|
||||||
li
|
li
|
||||||
a.js-report-rules(data-id="report-rules")
|
a.js-report-rules(data-id="report-rules")
|
||||||
i.fa.fa-paperclip
|
i.fa.fa-magic
|
||||||
| {{_ 'rulesReportTitle'}}
|
| {{_ 'rulesReportTitle'}}
|
||||||
|
|
||||||
.main-body
|
.main-body
|
||||||
|
|
|
||||||
|
|
@ -998,5 +998,6 @@
|
||||||
"creator": "Creator",
|
"creator": "Creator",
|
||||||
"filesReportTitle": "Files Report",
|
"filesReportTitle": "Files Report",
|
||||||
"orphanedFilesReportTitle": "Orphaned Files Report",
|
"orphanedFilesReportTitle": "Orphaned Files Report",
|
||||||
"reports": "Reports"
|
"reports": "Reports",
|
||||||
|
"rulesReportTitle": "Rules Report"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue