]> git.mxchange.org Git - friendica-addons.git/blobdiff - jappixmini/jappix/js/home.js
Update strings
[friendica-addons.git] / jappixmini / jappix / js / home.js
index 5322501d3fcaf3c9f2f1ff8b938f2a46047a2d29..fdaba56b9bee8d38d9bd8268265f34ed7244e4a1 100644 (file)
@@ -288,7 +288,7 @@ function registerForm() {
        return false;
 }
 
-// Plugin launcher
+// Addon launcher
 function launchHome() {
        // Define the vars
        var home = '#home ';
@@ -367,5 +367,5 @@ function launchHome() {
        logThis('Welcome to Jappix! Happy coding in developer mode!');
 }
 
-// Launch this plugin!
+// Launch this addon!
 $(document).ready(launchHome);