diff --git a/public/locales/en.json b/public/locales/en.json index 1eb07aa..680c869 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -1,5 +1,6 @@ { "invoices": { - "title": "Invoices" + "title": "Invoices", + "new_invoice": "New invoice" } } diff --git a/public/locales/est.json b/public/locales/est.json index 690aa32..9d3e4cf 100644 --- a/public/locales/est.json +++ b/public/locales/est.json @@ -1,5 +1,6 @@ { "invoices": { - "title": "Arved" + "title": "Arved", + "new_invoice": "Uus arve" } } diff --git a/src/views/dashboard/Invoices.vue b/src/views/dashboard/Invoices.vue index 0f0387e..f095850 100644 --- a/src/views/dashboard/Invoices.vue +++ b/src/views/dashboard/Invoices.vue @@ -4,7 +4,7 @@

{{ $t('title') }}

- +