]> git.mxchange.org Git - friendica.git/commitdiff
spelling: content
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 03:17:13 +0000 (23:17 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:03:22 +0000 (16:03 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
view/theme/frio/js/modal.js
view/theme/frio/templates/calendar/event_form.tpl
view/theme/frio/templates/media/browser.tpl

index 6058cf4c16d96b11a45933ce287e5fff7f50b9bc..17a011b6628111e14521e19f7872e927575506af 100644 (file)
@@ -230,7 +230,7 @@ function addToModal(url, id) {
                        loadModalTitle();
 
                        // We need to initialize autosize again for new
-                       // modal conent.
+                       // modal content.
                        autosize($(".modal .text-autosize"));
                }
        });
index d0bd904b1a9c32971d866ad15e326728c062de54..e22c3776d02ce53ad937a5c4b7e157f5fcd55561 100644 (file)
@@ -34,7 +34,7 @@
                <input type="hidden" name="uri" value="{{$uri}}" />
                <input type="hidden" name="preview" id="event-edit-preview" value="0" />
 
-               {{* The tab conten with the necessary basic settings *}}
+               {{* The tab content with the necessary basic settings *}}
                <div id="event-edit-wrapper">
 
                        {{* The event title *}}
index 37581b805b7024fe4982f85a0cc8929e44879fe4..88aea7999ad1811ea5bd9d93c148833c3ec3eb8a 100644 (file)
@@ -58,7 +58,7 @@
 
        </div>
 
-       {{* This part contains the conent loader icon which is visible when new conent is loaded *}}
+       {{* This part contains the content loader icon which is visible when new content is loaded *}}
        <div class="profile-rotator-wrapper" aria-hidden="true" style="display: none;">
                <i class="fa fa-circle-o-notch fa-spin" aria-hidden="true"></i>
        </div>