diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json
index bdc63af..8e64bc8 100644
--- a/src/assets/i18n/en.json
+++ b/src/assets/i18n/en.json
@@ -97,5 +97,9 @@
"DONE": "Done!",
"ERROR": "Error!"
}
+ },
+ "CONFIG":{
+ "TITLE":"Initial configuration",
+ "BUTTON":"Upload standard senseBox Sketch!"
}
}
diff --git a/src/pages/configuration/configuration.html b/src/pages/configuration/configuration.html
index a1c6168..af3eb9c 100644
--- a/src/pages/configuration/configuration.html
+++ b/src/pages/configuration/configuration.html
@@ -14,29 +14,16 @@
- {{ 'ABOUT.BLOCKLY.TITLE' | translate }}
+ {{ 'CONFIG.TITLE' | translate }}
-
-
-
-
-
-
-
-
-
- {{ 'ABOUT.OPENSOURCE.TITLE' | translate }}
-
-
- ABOUT.OPENSOURCE.TEXT
-
-
+
+
diff --git a/src/pages/configuration/configuration.ts b/src/pages/configuration/configuration.ts
index 9866b86..9b405ff 100644
--- a/src/pages/configuration/configuration.ts
+++ b/src/pages/configuration/configuration.ts
@@ -18,6 +18,9 @@ export class ConfigurationPage {
constructor(public navCtrl: NavController, public navParams: NavParams) {
}
+ uploadStandardSketch(){
+ }
+
ionViewDidLoad() {
console.log('ionViewDidLoad ConfigPage');
}