diff options
| author | Pliable Pixels <pliablepixels@users.noreply.github.com> | 2019-03-10 17:54:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-10 17:54:05 -0400 |
| commit | 11cb0130fe95391805e07468191f40f10b7326d2 (patch) | |
| tree | 47c4dbacbd3c32ba2c3d5ec9849e618c3e7632f5 /www/templates/first-use.html | |
| parent | 05361719849c59d9e0a964b83d42696c783aacc7 (diff) | |
| parent | 7c173fff14dd7278a79735a73ecfd71db4814fd5 (diff) | |
Merge pull request #790 from pliablepixels/appium
Appium
Diffstat (limited to 'www/templates/first-use.html')
| -rw-r--r-- | www/templates/first-use.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/first-use.html b/www/templates/first-use.html index 5f98bb6b..751fc786 100644 --- a/www/templates/first-use.html +++ b/www/templates/first-use.html @@ -20,10 +20,10 @@ </span> <br /> <div id="firstuse"> - <button class="button icon icon-left ion-wand button-stable animated bounceInUp" ng-click="goToWizard()"> + <button id = "testaut_wizard_button" class="button icon icon-left ion-wand button-stable animated bounceInUp" ng-click="goToWizard()"> {{'kWizard' | translate}} </button> - <button class="button icon icon-left ion-university button-stable animated bounceInUp" ng-click="goToLogin()"> + <button class="button icon icon-left ion-university button-stable animated bounceInUp" ng-click="goToLogin()"> {{'kExpert' | translate }} </button> <br /> |
