Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Fix: The Save button label should be localizable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Mar 2, 2017
1 parent 234cf8a commit eb78861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/linkformview.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default class LinkFormView extends View {
*
* @member {module:ui/button/buttonview~ButtonView}
*/
this.saveButtonView = this._createButton( 'Save' );
this.saveButtonView = this._createButton( t( 'Save' ) );
this.saveButtonView.type = 'submit';

/**
Expand Down

0 comments on commit eb78861

Please sign in to comment.