]> git.mxchange.org Git - friendica.git/commitdiff
spelling: except
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 22:17:55 +0000 (18:17 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Mon, 27 Mar 2023 00:03:51 +0000 (20:03 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
view/templates/settings/pagetypes.tpl

index 93732960b1ad7148fd3ff51b75e19f93345be8bb..f9f0dc7cab2db5a5f321ca4a8ffb570681480e86 100644 (file)
@@ -24,7 +24,7 @@
        var accountType = {{$account_type}};
 
        $(document).ready(function(){
-               // Hide all DIV for page-flags expet the one which belongs to the present
+               // Hide all DIV for page-flags except the one which belongs to the present
                // account-type
                showPageFlags(accountType);