From: Josh Soref <2119212+jsoref@users.noreply.github.com>
Date: Wed, 22 Mar 2023 04:07:33 +0000 (-0400)
Subject: spelling: identity
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5b7ef2ff3cd38fe930ce5e321b2596336b822483;p=friendica.git

spelling: identity

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
---

diff --git a/view/global.css b/view/global.css
index 260c001cdd..5b701654ad 100644
--- a/view/global.css
+++ b/view/global.css
@@ -374,7 +374,7 @@ a {
   border: 0;
 }
 
-.itentity-match-wrapper {
+.identity-match-wrapper {
   float: left;
   padding: 10px;
   width: 120px;
diff --git a/view/templates/delegation.tpl b/view/templates/delegation.tpl
index e95bea3bb7..0e819cdada 100644
--- a/view/templates/delegation.tpl
+++ b/view/templates/delegation.tpl
@@ -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}}" />