i18n: fix translations
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
carla 2026-03-11 11:13:21 +01:00
parent b9ff02b959
commit 45c2f3e2b3
8 changed files with 107 additions and 99 deletions

View file

@ -91,7 +91,7 @@ defmodule MvWeb.UserLive.Form do
/>
</div>
<% end %>
<!-- Password Section -->
<div class="mt-6">
<label class="flex items-center space-x-2">
@ -116,7 +116,7 @@ defmodule MvWeb.UserLive.Form do
</p>
<p class="mt-1 text-sm text-red-700">
{gettext(
"This user is linked via SSO (Single Sign-On). A password set or changed here only affects login with email and password in this application. It does not change the password in your identity provider (e.g. Authentik). To change the SSO password, use the identity provider or your organization's IT."
"This user is linked via SSO (Single Sign On). A password set or changed here only affects login with email and password in this application. It does not change the password in your identity provider (e.g. Authentik). To change the SSO password, use the identity provider or your organization's IT."
)}
</p>
</div>
@ -128,7 +128,7 @@ defmodule MvWeb.UserLive.Form do
required
autocomplete="new-password"
/>
<!-- Only show password confirmation for new users (register_with_password) -->
<%= if !@user do %>
<.input
@ -179,7 +179,7 @@ defmodule MvWeb.UserLive.Form do
<% end %>
<% end %>
</div>
<!-- Member Linking Section (admin only: only admins can link/unlink users to members) -->
<%= if @can_manage_member_linking do %>
<div class="mt-6">