]> git.mxchange.org Git - friendica.git/commitdiff
spelling: bootstrap
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 03:16:56 +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/js/theme.js

index 505a17529483a408d5daf26a9f06b5207ff82de5..990fd38b18f461e7e26d16e1e3048a57d44657cc 100644 (file)
@@ -51,7 +51,7 @@ $(document).ready(function () {
                $("#tabmenu ul li a.active").parent("li").addClass("active");
        }
 
-       // give select fields an boostrap classes
+       // give select fields Bootstrap classes
        // @todo: this needs to be changed in friendica core
        $(".field.select, .field.custom").addClass("form-group");
        $(".field.select > select, .field.custom > select").addClass("form-control");
@@ -121,7 +121,7 @@ $(document).ready(function () {
                }
        });
 
-       // initialize the bootstrap tooltips
+       // initialize the Bootstrap tooltips
        $body.tooltip({
                selector: '[data-toggle="tooltip"]',
                container: "body",