Skip to content
Snippets Groups Projects
Commit 863902f0 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Remove dot in case desc is empty

parent f25b349f
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ class AppShellWelcome extends ScopedElementsMixin(LitElement) {
return html`
<p>${i18n.t('welcome.headline', {appname: app.topic.name[this.lang]})}
${app.topic.description[this.lang] }.</p>
${app.topic.description[this.lang] }</p>
<br>
${itemTemplates}
`;
......
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