diff --git a/src/client/components/notification.vue b/src/client/components/notification.vue index 6a9129e38..7542a7709 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 ad8291338..e067c1acc 100644 --- a/src/client/components/notifications.vue +++ b/src/client/components/notifications.vue @@ -2,7 +2,7 @@
- +