From f4fd9e5a15526662832382a19e0935674798c15e Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 25 Jan 2020 06:08:56 +0100 Subject: [PATCH] Update email address --- app/Events/AdminRequestedTestMessage.php | 2 +- app/Events/Event.php | 2 +- app/Events/RegisteredUser.php | 2 +- app/Events/RequestedNewPassword.php | 2 +- app/Events/RequestedReportOnJournals.php | 2 +- app/Events/RequestedVersionCheckStatus.php | 2 +- app/Events/StoredTransactionGroup.php | 2 +- app/Events/UpdatedTransactionGroup.php | 2 +- app/Events/UserChangedEmail.php | 2 +- resources/assets/js/app.js | 2 +- resources/assets/js/bootstrap.js | 2 +- resources/assets/js/components/ExampleComponent.vue | 2 +- resources/assets/js/components/SomeTestComponent.vue | 2 +- resources/assets/js/components/bills/Index.vue | 2 +- .../assets/js/components/passport/AuthorizedClients.vue | 2 +- resources/assets/js/components/passport/Clients.vue | 2 +- .../assets/js/components/passport/PersonalAccessTokens.vue | 2 +- resources/assets/js/components/profile/ProfileOptions.vue | 2 +- .../assets/js/components/transactions/AccountSelect.vue | 2 +- resources/assets/js/components/transactions/Amount.vue | 2 +- resources/assets/js/components/transactions/Budget.vue | 2 +- resources/assets/js/components/transactions/Category.vue | 2 +- .../assets/js/components/transactions/CreateTransaction.vue | 2 +- .../assets/js/components/transactions/CustomAttachments.vue | 2 +- resources/assets/js/components/transactions/CustomDate.vue | 2 +- .../assets/js/components/transactions/CustomString.vue | 2 +- .../assets/js/components/transactions/CustomTextarea.vue | 2 +- .../js/components/transactions/CustomTransactionFields.vue | 2 +- .../assets/js/components/transactions/EditTransaction.vue | 2 +- .../js/components/transactions/ForeignAmountSelect.vue | 2 +- .../assets/js/components/transactions/GroupDescription.vue | 2 +- resources/assets/js/components/transactions/PiggyBank.vue | 2 +- .../assets/js/components/transactions/StandardDate.vue | 2 +- resources/assets/js/components/transactions/Tags.vue | 2 +- .../js/components/transactions/TransactionDescription.vue | 2 +- .../assets/js/components/transactions/TransactionType.vue | 2 +- resources/assets/js/create_transaction.js | 2 +- resources/assets/js/edit_transaction.js | 2 +- resources/assets/js/profile.js | 2 +- resources/assets/sass/_variables.scss | 2 +- resources/assets/sass/app.scss | 2 +- resources/lang/en_US/api.php | 2 +- resources/lang/en_US/auth.php | 2 +- resources/lang/en_US/bank.php | 2 +- resources/lang/en_US/breadcrumbs.php | 2 +- resources/lang/en_US/components.php | 2 +- resources/lang/en_US/config.php | 2 +- resources/lang/en_US/csv.php | 2 +- resources/lang/en_US/demo.php | 2 +- resources/lang/en_US/firefly.php | 6 +++++- resources/lang/en_US/form.php | 2 +- resources/lang/en_US/import.php | 2 +- resources/lang/en_US/intro.php | 2 +- resources/lang/en_US/list.php | 2 +- resources/lang/en_US/pagination.php | 2 +- resources/lang/en_US/passwords.php | 2 +- resources/lang/en_US/validation.php | 2 +- resources/views/v1/emails/error-html.twig | 2 +- resources/views/v1/emails/error-text.twig | 2 +- resources/views/v1/error.twig | 2 +- 60 files changed, 64 insertions(+), 60 deletions(-) diff --git a/app/Events/AdminRequestedTestMessage.php b/app/Events/AdminRequestedTestMessage.php index ece312467f..78f90858c8 100644 --- a/app/Events/AdminRequestedTestMessage.php +++ b/app/Events/AdminRequestedTestMessage.php @@ -2,7 +2,7 @@ /** * AdminRequestedTestMessage.php - * Copyright (c) 2019 thegrumpydictator@gmail.com + * Copyright (c) 2019 james@firefly-iii.org * * This file is part of Firefly III (https://github.com/firefly-iii). * diff --git a/app/Events/Event.php b/app/Events/Event.php index 5499c81cf2..2ab5509c44 100644 --- a/app/Events/Event.php +++ b/app/Events/Event.php @@ -2,7 +2,7 @@ /** * Event.php - * Copyright (c) 2019 thegrumpydictator@gmail.com + * Copyright (c) 2019 james@firefly-iii.org * * This file is part of Firefly III (https://github.com/firefly-iii). * diff --git a/app/Events/RegisteredUser.php b/app/Events/RegisteredUser.php index b98338ec68..a49d099f88 100644 --- a/app/Events/RegisteredUser.php +++ b/app/Events/RegisteredUser.php @@ -2,7 +2,7 @@ /** * RegisteredUser.php - * Copyright (c) 2019 thegrumpydictator@gmail.com + * Copyright (c) 2019 james@firefly-iii.org * * This file is part of Firefly III (https://github.com/firefly-iii). * diff --git a/app/Events/RequestedNewPassword.php b/app/Events/RequestedNewPassword.php index 8424b0d3e6..1706faa15c 100644 --- a/app/Events/RequestedNewPassword.php +++ b/app/Events/RequestedNewPassword.php @@ -2,7 +2,7 @@ /** * RequestedNewPassword.php - * Copyright (c) 2019 thegrumpydictator@gmail.com + * Copyright (c) 2019 james@firefly-iii.org * * This file is part of Firefly III (https://github.com/firefly-iii). * diff --git a/app/Events/RequestedReportOnJournals.php b/app/Events/RequestedReportOnJournals.php index a9f64c9d40..b02b29d3ff 100644 --- a/app/Events/RequestedReportOnJournals.php +++ b/app/Events/RequestedReportOnJournals.php @@ -2,7 +2,7 @@ /** * RequestedReportOnJournals.php - * Copyright (c) 2019 thegrumpydictator@gmail.com + * Copyright (c) 2019 james@firefly-iii.org * * This file is part of Firefly III (https://github.com/firefly-iii). * diff --git a/app/Events/RequestedVersionCheckStatus.php b/app/Events/RequestedVersionCheckStatus.php index 9fb026cd59..692f825d24 100644 --- a/app/Events/RequestedVersionCheckStatus.php +++ b/app/Events/RequestedVersionCheckStatus.php @@ -2,7 +2,7 @@ /** * RequestedVersionCheckStatus.php - * Copyright (c) 2019 thegrumpydictator@gmail.com + * Copyright (c) 2019 james@firefly-iii.org * * This file is part of Firefly III (https://github.com/firefly-iii). * diff --git a/app/Events/StoredTransactionGroup.php b/app/Events/StoredTransactionGroup.php index 7b70043491..701733b184 100644 --- a/app/Events/StoredTransactionGroup.php +++ b/app/Events/StoredTransactionGroup.php @@ -2,7 +2,7 @@ /** * StoredTransactionGroup.php - * Copyright (c) 2019 thegrumpydictator@gmail.com + * Copyright (c) 2019 james@firefly-iii.org * * This file is part of Firefly III (https://github.com/firefly-iii). * diff --git a/app/Events/UpdatedTransactionGroup.php b/app/Events/UpdatedTransactionGroup.php index 2cbb9b8285..1ab814ec14 100644 --- a/app/Events/UpdatedTransactionGroup.php +++ b/app/Events/UpdatedTransactionGroup.php @@ -2,7 +2,7 @@ /** * UpdatedTransactionGroup.php - * Copyright (c) 2019 thegrumpydictator@gmail.com + * Copyright (c) 2019 james@firefly-iii.org * * This file is part of Firefly III (https://github.com/firefly-iii). * diff --git a/app/Events/UserChangedEmail.php b/app/Events/UserChangedEmail.php index 7470b1030b..8f4f70090d 100644 --- a/app/Events/UserChangedEmail.php +++ b/app/Events/UserChangedEmail.php @@ -2,7 +2,7 @@ /** * UserChangedEmail.php - * Copyright (c) 2019 thegrumpydictator@gmail.com + * Copyright (c) 2019 james@firefly-iii.org * * This file is part of Firefly III (https://github.com/firefly-iii). * diff --git a/resources/assets/js/app.js b/resources/assets/js/app.js index 0e00fad03d..8ee4fe8266 100644 --- a/resources/assets/js/app.js +++ b/resources/assets/js/app.js @@ -1,6 +1,6 @@ /* * app.js - * Copyright (c) 2019 thegrumpydictator@gmail.com + * Copyright (c) 2019 james@firefly-iii.org * * This file is part of Firefly III (https://github.com/firefly-iii). * diff --git a/resources/assets/js/bootstrap.js b/resources/assets/js/bootstrap.js index 0e6f5613fa..b446b668f5 100644 --- a/resources/assets/js/bootstrap.js +++ b/resources/assets/js/bootstrap.js @@ -1,6 +1,6 @@ /* * bootstrap.js - * Copyright (c) 2019 thegrumpydictator@gmail.com + * Copyright (c) 2019 james@firefly-iii.org * * This file is part of Firefly III (https://github.com/firefly-iii). * diff --git a/resources/assets/js/components/ExampleComponent.vue b/resources/assets/js/components/ExampleComponent.vue index 381bcd86a5..52dab78f56 100644 --- a/resources/assets/js/components/ExampleComponent.vue +++ b/resources/assets/js/components/ExampleComponent.vue @@ -1,6 +1,6 @@