spelling: button

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-21 23:16:57 -04:00
parent aca15b59b6
commit d553aeabbe
5 changed files with 6 additions and 6 deletions

View File

@ -1225,7 +1225,7 @@ aside .vcard .icon {
} }
aside .vcard #subscribe-feed-link-button, aside .vcard #subscribe-feed-link-button,
aside .vcard #dfrn-request-link-button, aside .vcard #dfrn-request-link-button,
aside .vcard #wallmessage-link-botton { aside .vcard #wallmessage-link-button {
width: 50%; width: 50%;
margin: 0 0 0 -5px; margin: 0 0 0 -5px;
float: left; float: left;

View 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) { if (cls) {
toggleDropdownText(elm); toggleDropdownText(elm);
} }

View File

@ -58,9 +58,9 @@
{{if $groupeditor}} {{if $groupeditor}}
{{* The buttons to switch between the different view modes *}} {{* The buttons to switch between the different view modes *}}
<div id="group-list-view-switcher" class="btn-group btn-group-sm pull-right"> <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> <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"> <button type="button" id="group-list-small" class="btn btn-default group-list-switcher">
<i class="fa fa-th-large" aria-hidden="true"></i> <i class="fa fa-th-large" aria-hidden="true"></i>
</button> </button>

View File

@ -63,7 +63,7 @@
</div> </div>
{{/if}} {{/if}}
{{if $wallmessage_link}} {{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}}')"> <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=""><i class="fa fa-envelope"></i></span>
<span class="">{{$wallmessage}}</span> <span class="">{{$wallmessage}}</span>

View File

@ -49,7 +49,7 @@
{{/if}} {{/if}}
</div> </div>
{{if $wallmessage_link}} {{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}}')"> <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=""><i class="fa fa-envelope"></i></span>
<span class="">{{$wallmessage}}</span> <span class="">{{$wallmessage}}</span>