]> git.mxchange.org Git - friendica.git/commitdiff
spelling: button
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 03:16:57 +0000 (23:16 -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/css/style.css
view/theme/frio/js/modal.js
view/theme/frio/templates/group_edit.tpl
view/theme/frio/templates/profile/vcard.tpl
view/theme/frio/templates/widget/vcard.tpl

index 69ac73e467600e3aef5ffd06be6e3a193ba2f686..385b63596d81e4325e172b75e73b4002e6a76aac 100644 (file)
@@ -1225,7 +1225,7 @@ aside .vcard .icon {
 }
 aside .vcard #subscribe-feed-link-button,
 aside .vcard #dfrn-request-link-button,
-aside .vcard #wallmessage-link-botton {
+aside .vcard #wallmessage-link-button {
        width: 50%;
        margin: 0 0 0 -5px;
        float: left;
index 905e78743437702f2f6baa726aa16f6541d5fe33..6058cf4c16d96b11a45933ce287e5fff7f50b9bc 100644 (file)
@@ -351,7 +351,7 @@ function toggleJotNav(elm) {
                });
        }
 
-       // If element is a mobile dropdown nav menu we need to change the botton text.
+       // If element is a mobile dropdown nav menu we need to change the button text.
        if (cls) {
                toggleDropdownText(elm);
        }
index 149608a9f661e233db8dc9e51df0c237d01a2792..0a8dc3d2d3fd66425e2ee145eff809255a9a2a47 100644 (file)
@@ -58,9 +58,9 @@
        {{if $groupeditor}}
        {{* The buttons to switch between the different view modes *}}
        <div id="group-list-view-switcher" class="btn-group btn-group-sm pull-right">
-               <botton type="button" id="group-list-big" class="active group-list-switcher btn btn-default">
+               <button type="button" id="group-list-big" class="active group-list-switcher btn btn-default">
                        <i class="fa fa-align-justify" aria-hidden="true"></i>
-               </botton>
+               </button>
                <button type="button" id="group-list-small" class="btn btn-default group-list-switcher">
                        <i class="fa fa-th-large" aria-hidden="true"></i>
                </button>
index f71a0bc4559231226a668f48e525c37b27a3f928..cc67227a2a5e6fb135dda29cf19a1d0421e68508 100644 (file)
@@ -63,7 +63,7 @@
                        </div>
                        {{/if}}
                        {{if $wallmessage_link}}
-                       <div id="wallmessage-link-botton">
+                       <div id="wallmessage-link-button">
                                <button type="button" id="wallmessage-link" class="btn btn-labeled btn-primary" onclick="openWallMessage('{{$wallmessage_link}}')">
                                        <span class=""><i class="fa fa-envelope"></i></span>
                                        <span class="">{{$wallmessage}}</span>
index 8a4dfa22a20801198aab696830d56f839bc4bf62..9fef57a9d72dc959b92c6ab5b9d391bd256826ae 100644 (file)
@@ -49,7 +49,7 @@
                                {{/if}}
                        </div>
                        {{if $wallmessage_link}}
-                               <div id="wallmessage-link-botton">
+                               <div id="wallmessage-link-button">
                                        <button type="button" id="wallmessage-link" class="btn btn-labeled btn-primary" onclick="openWallMessage('{{$wallmessage_link}}')">
                                                <span class=""><i class="fa fa-envelope"></i></span>
                                                <span class="">{{$wallmessage}}</span>