diff --git a/webapp/components/AvatarMenu/AvatarMenu.vue b/webapp/components/AvatarMenu/AvatarMenu.vue index 63c550fd3..f65c6f6cf 100644 --- a/webapp/components/AvatarMenu/AvatarMenu.vue +++ b/webapp/components/AvatarMenu/AvatarMenu.vue @@ -20,7 +20,7 @@ {{ $t('login.hello') }} {{ userName }} diff --git a/webapp/components/Empty/Empty.vue b/webapp/components/Empty/Empty.vue index 5e797a0eb..9d5e075fe 100644 --- a/webapp/components/Empty/Empty.vue +++ b/webapp/components/Empty/Empty.vue @@ -5,7 +5,7 @@ :src="iconPath" width="80" class="hc-empty-icon" - style="margin-bottom: 5px;" + style="margin-bottom: 5px" alt="Empty" />
diff --git a/webapp/components/Registration/CreateUserAccount.vue b/webapp/components/Registration/CreateUserAccount.vue index 1aa7a10ae..fb855017a 100644 --- a/webapp/components/Registration/CreateUserAccount.vue +++ b/webapp/components/Registration/CreateUserAccount.vue @@ -107,7 +107,7 @@ > - {{ shoutedCount }}x + {{ shoutedCount }}x {{ $t('shoutButton.shouted') }} diff --git a/webapp/layouts/basic.vue b/webapp/layouts/basic.vue index c2839baee..527d5239c 100644 --- a/webapp/layouts/basic.vue +++ b/webapp/layouts/basic.vue @@ -1,22 +1,22 @@