spelling: identity

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pull/12928/head
Josh Soref 2023-03-22 00:07:33 -04:00
rodzic 6c5dfbf8a9
commit 5b7ef2ff3c
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -374,7 +374,7 @@ a {
border: 0;
}
.itentity-match-wrapper {
.identity-match-wrapper {
float: left;
padding: 10px;
width: 120px;

Wyświetl plik

@ -6,7 +6,7 @@
<form action="delegation" method="post">
{{foreach $identities as $identity}}
<div class="itentity-match-wrapper {{if $identity.selected}}selected-identity{{/if}}" id="identity-match-{{$identity.uid}}">
<div class="identity-match-wrapper {{if $identity.selected}}selected-identity{{/if}}" id="identity-match-{{$identity.uid}}">
<div class="identity-match-photo" id="identity-match-photo-{{$identity.uid}}">
<button type="submit" name="identity" value="{{$identity.uid}}" title="{{$identity.username}}">
<img src="{{$identity.thumb}}" alt="{{$identity.username}}" />