]> git.mxchange.org Git - friendica.git/commitdiff
spelling: identity
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 04:07:33 +0000 (00:07 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:03:23 +0000 (16:03 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
view/global.css
view/templates/delegation.tpl

index 260c001cdde3dc841e2e0ce84093bf45fb455193..5b701654adb705f4b82e8f2a6e95a6f066415f1c 100644 (file)
@@ -374,7 +374,7 @@ a {
   border: 0;
 }
 
-.itentity-match-wrapper {
+.identity-match-wrapper {
   float: left;
   padding: 10px;
   width: 120px;
index e95bea3bb7dcfc2f498cff5b6ab2010b7c985bc6..0e819cdadaed890a861603abf2e772260b45330e 100644 (file)
@@ -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}}" />