diff --git a/bower.json b/bower.json index 8aae125650da403cd8744be30d24375e471541e8..fe8ee28436cf162cd1025b719a8391a1eeae5e88 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { - "name": "AIDE", + "name": "Aider", "version": "1.0.0", "dependencies": { "angular": "latest", diff --git a/dist/index.html b/dist/index.html index 2cd06a5a90ab1b523342363ebc3517b191e19591..7de1ba787825091c371852fd44f02bc415e67c78 100644 --- a/dist/index.html +++ b/dist/index.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> - <title></title> + <title>Aider</title> <meta name="description" content=""> <link rel="stylesheet" href="css/main.css"> @@ -35,7 +35,7 @@ <div class="header-container"> <div class="header-content"> <div class="header-identity"> - <a ui-sref="home"><img src="img/logo.png" class="header-logo"/><span class="header-title">AIDER</span></a> + <a ui-sref="home"><img src="img/logo.png" class="header-logo"/><span class="header-title">Aider</span></a> </div> <div class="header-navigate"> <span class="inbox" ng-class='{unread: user.unreadNotifications}'></span> diff --git a/package.json b/package.json index 0e31ad007dd3b5407fcc02ba89ee9c470f62eb3e..40aba82870b7cb1c1de36c30641f8f1660faf350 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "license": { "type": "Proprietary" }, - "name": "AIDE", + "name": "Aider", "private": true, "scripts": { "build": "./build-clean.sh && bower update && ./build-copyfiles.sh && node-sass --importer ./node_modules/node-sass-import-once/index.js scss/main.scss dist/css/main.css",