spelling: content

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-21 23:17:13 -04:00
parent 61efc5955b
commit 4e6a2b1761
3 changed files with 3 additions and 3 deletions

View 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"));
}
});

View 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 *}}

View 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>