1
0
mirror of https://github.com/typemill/typemill.git synced 2025-03-14 17:19:39 +01:00

Changed column title (to improve translations)

I think it's more accurate and give a bit more context.
This commit is contained in:
Paul 2023-01-24 20:29:20 +03:00 committed by GitHub
parent 7b6b0cc1b3
commit b4aa039206
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
<li class="col username">{{ __('Username') }}</li><li
class="col userrole">{{ __('Role') }}</li><li
class="col email">{{ __('E-Mail') }}</li><li
class="col edit">{{ __('Edit') }}</li>
class="col edit">{{ __('Action') }}</li>
</ul>
</li>
{% for user in userdata %}