Skip to content

Commit

Permalink
Improve text on button for creating new objects with a Scheduled Chan…
Browse files Browse the repository at this point in the history
…ge. (#220). r=mtabara
  • Loading branch information
bhearsum committed Jan 26, 2017
1 parent 3a0bbff commit 3c2f9fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/app/templates/release_scheduled_changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h2>
</span>

<button ng-show="!scheduled_changes_count" class="btn btn-primary btn-xs" ng-click="openNewScheduledReleaseChangeModal()">
Add a new Scheduled Release Change
Create a new Release with a Scheduled Change
<i class="glyphicon glyphicon-plus"></i>
</button>

Expand Down
2 changes: 1 addition & 1 deletion ui/app/templates/rule_scheduled_changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h2>
</span>

<button ng-show="!scheduled_changes_rules_count" class="btn btn-primary btn-xs" ng-click="openNewScheduledRuleChangeModal()">
Add a new Scheduled Rule Change
Create a new Rule with a Scheduled Change
<i class="glyphicon glyphicon-plus"></i>
</button>
<a href="/rules/scheduled_changes" class="btn btn-primary btn-xs"
Expand Down

0 comments on commit 3c2f9fd

Please sign in to comment.