Skip to content

Commit

Permalink
Merge pull request #114 from YoannChabert/fix-translation
Browse files Browse the repository at this point in the history
Fix translation on button
  • Loading branch information
SamTV12345 authored Apr 2, 2024
2 parents ef6a4fa + c5c935f commit d2ea805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ exports.padInitToolbar = (hookName, args, cb) => {

const alignCenterButton = toolbar.button({
command: 'alignCenter',
localizationId: 'ep_align.toolbar.middle.title',
localizationId: 'ep_align.toolbar.center.title',
class: 'buttonicon buttonicon-align-center ep_align ep_align_center',
});

Expand Down

0 comments on commit d2ea805

Please sign in to comment.