Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
🌐 Change strings to be German
Browse files Browse the repository at this point in the history
  • Loading branch information
flowirtz committed Sep 18, 2018
1 parent 5063d29 commit 902ff38
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/plugins/add-section/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function AddSectionButton(props) {
<span className="icon">
<FontAwesomeIcon icon={faPlus} />
</span>
<span>Add section</span>
<span>Abschnitt hinzuf&uuml;gen</span>
</button>
</div>
)
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/plus-menu/PlusMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class PlusMenu extends Component {
style={this.state.style}
ref={wrapper => (this.menuWrapper = wrapper)}
>
{this.renderBlockButton('img', faImage, 'Image', onClickImageButton)}
{this.renderBlockButton('img', faImage, 'Bild', onClickImageButton)}
{this.renderBlockButton('code', faCode, 'Code Block', onClickCodeButton)}
{this.renderBlockButton('iframe', faExternalLinkSquareAlt, 'Iframe', onClickIframeButton)}
</div>,
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/section/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const RenderPlaceholderP = {
}
}
>
Now start typing something
Schreib etwas Spannendes...
</span>
)
}
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/title/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const RenderPlaceholder = {
}
}
>
Give me a name
Gib mir einen Namen
</span>
)
}
Expand Down

0 comments on commit 902ff38

Please sign in to comment.