aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorkPherox <admin@mail.kr-kp.com>2019-12-11 18:20:23 +0900
committerkPherox <admin@mail.kr-kp.com>2019-12-11 18:30:23 +0900
commite8333fff8dc048f5d5d8406c71cb80e95ea1982c (patch)
tree15e9ca546147109206e2d12ed07b68c97d67b276 /src/components
parent31aa177eea8f2e50e1802d1dd51a8470199b6bcb (diff)
change the expression of `move`
Diffstat (limited to 'src/components')
-rw-r--r--src/components/notification/notification.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue
index 33ae054f..16124e50 100644
--- a/src/components/notification/notification.vue
+++ b/src/components/notification/notification.vue
@@ -76,7 +76,7 @@
</span>
<span v-if="notification.type === 'move'">
<i class="fa icon-arrow-curved lit" />
- <small>{{ $t('notifications.moved_to') }}</small>
+ <small>{{ $t('notifications.migrated_to') }}</small>
</span>
</div>
<div