Skip to content

Commit

Permalink
Merge pull request #2003 from CodeNow/update-org-select-copy
Browse files Browse the repository at this point in the history
Update org select copy
  • Loading branch information
runnabro authored Jan 19, 2017
2 parents aa839e3 + 2934553 commit eb9bea2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
}
}

// end tour button
// end demo button
.small {
font-size: 11px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

p.p.text-gray(
ng-if = "!COMC.personalAccountOnly"
) Select your team to get started.
) Select your team to start running its code.
ol.grid-block.vertical.list(
ng-if = "!COMC.personalAccountOnly"
)
Expand All @@ -30,9 +30,9 @@
) Don’t see your team?
p.p.text-gray(
ng-if = "COMC.personalAccountOnly"
) Runnable is made for teams,
) Runnable is made for teams.
br
|  but you haven’t added any yet.
| Add yours to start running its code.
ol.grid-block.vertical.list
li.grid-block.align-center.list-item.btn.white(
data-event-name = "Clicked to Grant Access View"
Expand All @@ -53,15 +53,15 @@
li.grid-block.align-center.list-item.btn.white(
data-event-name = "PA Selected"
ng-click = "COMC.actions.createOrCheckDock(COMC.user.oauthName())"
title = "Start with a tour using your personal account"
title = "Start with a demo using your personal account"
)
img.grid-content.shrink(
height = "30"
ng-src = "{{COMC.user.gravitar()}}"
width = "30"
)
.grid-block.vertical.align-start.margin-left-sm
.text-overflow.text-left Start with a tour
.text-overflow.text-left Start with a demo
.text-overflow.text-left.small using your personal account
svg.grid-content.iconnables.icons-arrow-forward.shrink
use(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ a.link.small.text-gray-light(
data-event-name = "Clicked: End Tour"
ng-click = "endDemo()"
ng-if = "!isPersonalAccount"
) End Tour
) End Demo

0 comments on commit eb9bea2

Please sign in to comment.