settings: Live update role text in "Profile" panel.

This commit is contained in:
Sahil Batra
2025-10-17 09:28:05 +05:30
committed by Tim Abbott
parent 53a221dff9
commit 2abbc058ab
4 changed files with 15 additions and 1 deletions

View File

@@ -60,7 +60,7 @@
</div>
</div>
<div class="user-details">
<div class="input-group">
<div id="user_role_details" class="input-group">
<span class="user-details-title">{{t "Role" }}:</span>
<span class="user-details-desc">{{user_role_text}}</span>
</div>