mirror of
https://github.com/filegator/filegator.git
synced 2025-08-09 00:06:32 +02:00
fixes #46
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
</b-table-column>
|
||||
|
||||
<b-table-column :label="lang('Role')" field="role" sortable>
|
||||
{{ props.row.role }}
|
||||
{{ lang(capitalize(props.row.role)) }}
|
||||
</b-table-column>
|
||||
|
||||
<b-table-column>
|
||||
|
Reference in New Issue
Block a user