diff options
Diffstat (limited to 'components/Footer.vue')
| -rw-r--r-- | components/Footer.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Footer.vue b/components/Footer.vue index 8c6d144..762158f 100644 --- a/components/Footer.vue +++ b/components/Footer.vue @@ -2,7 +2,7 @@ <div> <v-footer class="font-weight-medium" color="gray darken-3" dark> <v-col cols="12"> - <p class="text-center">© Copyright 2018-{{ new Date().getFullYear() }} Andrew Lee. All rights reserved.</p> + <p class="text-center">{{ $t('FooterCopyright') }}</p> </v-col> </v-footer> </div> |
