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 4603145c0..790244df1 100644 --- a/webapp/components/Registration/CreateUserAccount.vue +++ b/webapp/components/Registration/CreateUserAccount.vue @@ -103,7 +103,7 @@ > - {{ shoutedCount }}x + {{ shoutedCount }}x {{ $t('shoutButton.shouted') }} diff --git a/webapp/layouts/basic.vue b/webapp/layouts/basic.vue index 3674ef94d..d9a4db4c7 100644 --- a/webapp/layouts/basic.vue +++ b/webapp/layouts/basic.vue @@ -1,22 +1,22 @@