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
No related merge requests found
Pipeline #44947 passed
...@@ -27,7 +27,7 @@ You can use this web component to show translated html. ...@@ -27,7 +27,7 @@ You can use this web component to show translated html.
```html ```html
<dbp-translated subscribe="lang"> <dbp-translated subscribe="lang">
<div slot="de"> <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>
<div slot="en"> <div slot="en">
This text is English and will be German if the language is changed to German. This text is English and will be German if the language is changed to German.
......
...@@ -203,7 +203,7 @@ html { ...@@ -203,7 +203,7 @@ html {
<div class="control" id="dbp-translated-demo"> <div class="control" id="dbp-translated-demo">
<dbp-translated subscribe="lang"> <dbp-translated subscribe="lang">
<div slot="de"> <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>
<div slot="en"> <div slot="en">
This text is English and will be German if the language is changed to German. 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