Go to series instead of open series on episode modal

This commit is contained in:
Mark McDowall 2015-01-20 23:08:14 -08:00
parent 76acc8ffa6
commit e43f251f74
2 changed files with 2 additions and 2 deletions

View File

@ -188,7 +188,7 @@ define(
message: 'Added: ' + self.model.get('title'),
actions : {
goToSeries: {
label: 'Go to Series Page',
label: 'Go to Series',
action: function() {
Backbone.history.navigate('/series/' + self.model.get('titleSlug'), { trigger: true });
}

View File

@ -25,7 +25,7 @@
<div class="modal-footer">
{{#unless hideSeriesLink}}
{{#with series}}
<a href="{{route}}" class="btn btn-default pull-left" data-dismiss="modal">open series</a>
<a href="{{route}}" class="btn btn-default pull-left" data-dismiss="modal">Go to Series</a>
{{/with}}
{{/unless}}