diff --git a/src/client/components/notification.vue b/src/client/components/notification.vue index 6a9129e38e..7542a77092 100644 --- a/src/client/components/notification.vue +++ b/src/client/components/notification.vue @@ -20,26 +20,26 @@ - + - + - + - + - + - {{ $t('youGotNewFollower') }}
+ {{ $t('youGotNewFollower') }}
{{ $t('followRequestAccepted') }} - {{ $t('receiveFollowRequest') }}
|
+ {{ $t('receiveFollowRequest') }}
|
@@ -68,10 +68,10 @@ export default Vue.extend({ required: false, default: false, }, - nowrap: { + full: { type: Boolean, required: false, - default: true, + default: false, }, }, data() { diff --git a/src/client/components/notifications.vue b/src/client/components/notifications.vue index ad82913380..e067c1acce 100644 --- a/src/client/components/notifications.vue +++ b/src/client/components/notifications.vue @@ -2,7 +2,7 @@
- +