Skip to content
Snippets Groups Projects
Unverified Commit 3e5afceb authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Fix typo

parent e9831bb8
No related branches found
No related tags found
Loading
Pipeline #44947 passed
......@@ -27,7 +27,7 @@ You can use this web component to show translated html.
```html
<dbp-translated subscribe="lang">
<div slot="de">
Dieser Text is Deutsch und wird Englisch werden wenn man die Sprache auf Englisch stellt.
Dieser Text ist Deutsch und wird Englisch werden wenn man die Sprache auf Englisch stellt.
</div>
<div slot="en">
This text is English and will be German if the language is changed to German.
......
......@@ -203,7 +203,7 @@ html {
<div class="control" id="dbp-translated-demo">
<dbp-translated subscribe="lang">
<div slot="de">
Dieser Text is Deutsch und wird Englisch werden wenn man die Sprache auf Englisch stellt.
Dieser Text ist Deutsch und wird Englisch werden wenn man die Sprache auf Englisch stellt.
</div>
<div slot="en">
This text is English and will be German if the language is changed to German.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment