fix role translations

This commit is contained in:
Yuri Kuznetsov
2024-02-26 13:45:58 +02:00
parent 136ae8ae24
commit 3cd2a6b74e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -104,7 +104,7 @@
<span
title="{{translate name scope='Role' category='actions'}}"
class="text-{{prop ../../../styleMap value}}"
>{{translateOption value scope='Role' field='accessList'}}</span>
>{{translateOption value scope='Role' field='levelList'}}</span>
</td>
{{/each}}
<td colspan="3"></td>
+1 -1
View File
@@ -6,7 +6,7 @@
<label class="control-label" data-name="{{name}}">{{translate name category="fields" scope="Role"}}</label>
<div class="field" data-name="{{name}}">
<span class="text-{{lookup ../styleMap value}}">
{{translateOption value scope="Role" field="assignmentPermission" translatedOptions=levelListTranslation}}
{{translateOption value scope="Role" field="assignmentPermission" translatedOptions=../levelListTranslation}}
</span>
</div>
</div>