Skip to content

Commit

Permalink
fix(client): correct align tooltip
Browse files Browse the repository at this point in the history
Closes #590
  • Loading branch information
nikku authored and philippfromme committed May 24, 2018
1 parent d6535b3 commit 619b9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/lib/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ function App(options) {
Button({
id: 'align-bottom',
icon: 'icon-align-bottom-tool',
label: 'Align Elements to the Middle',
label: 'Align Elements to the Bottom',
action: this.compose('triggerAction', 'alignElements', {
type: 'bottom'
})
Expand Down

0 comments on commit 619b9f1

Please sign in to comment.