Skip to content

Commit

Permalink
Rename slideshow play/pause (#449)
Browse files Browse the repository at this point in the history
Rename slideshow play/pause
  • Loading branch information
skjnldsv authored Jun 27, 2019
2 parents cf04f7a + e3bd0bf commit e1c0b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modal/Modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export default {
return `modal-${this.outTransition ? 'out' : 'in'}`
},
playPauseTitle() {
return this.playing ? t('core', 'Pause') : t('core', 'Play')
return this.playing ? t('core', 'Pause slideshow') : t('core', 'Start slideshow')
}
},
Expand Down

0 comments on commit e1c0b86

Please sign in to comment.