fix wordings
This commit is contained in:
parent
e2ee3e6afe
commit
7e995697f7
|
|
@ -10,7 +10,7 @@
|
|||
<MudNavLink Href="/dashboard"
|
||||
Match="NavLinkMatch.All"
|
||||
Icon="@Icons.Material.Filled.Dashboard">
|
||||
<EFBFBD>bersicht
|
||||
Übersicht
|
||||
</MudNavLink>
|
||||
|
||||
@if (AuthState.Value.IsAuthenticated && HasSelectedClub)
|
||||
|
|
@ -79,7 +79,7 @@
|
|||
<MudNavLink Href="/settings"
|
||||
Match="NavLinkMatch.All"
|
||||
Icon="@Icons.Material.Filled.Tune">
|
||||
Vereins-Einstellungen
|
||||
Einstellungen
|
||||
</MudNavLink>
|
||||
|
||||
<MudNavLink Href="/admin/terminology"
|
||||
|
|
|
|||
|
|
@ -42,9 +42,11 @@
|
|||
</MudSelect>
|
||||
|
||||
<MudText Typo="Typo.caption" Class="mt-2" Color="Color.Secondary">
|
||||
Verknüpfe diese Person optional mit einem Benutzerkonto des Vereins.
|
||||
Verknüpfe diese Person optional mit einem Benutzerkonto des Vereins. *
|
||||
</MudText>
|
||||
</MudForm>
|
||||
<MudSpacer/>
|
||||
<MudAlert Severity="Severity.Info">* Für den Erhalt individueller Strafen-Berichte oder Statistiken per E-Mail muss eine Zuordnung zwischen Personen und Benutzerkonten vorhanden sein.</MudAlert>
|
||||
</DialogContent>
|
||||
<DialogActions>
|
||||
<MudButton OnClick="Cancel">Abbrechen</MudButton>
|
||||
|
|
|
|||
Loading…
Reference in New Issue