From 9282c641d1fc41467e7c0fd65f33c597a4bdeb68 Mon Sep 17 00:00:00 2001 From: MK13 Date: Sun, 12 May 2019 00:43:48 +0200 Subject: [PATCH] Remove artificial restriction that account keys need to start with 'accounts.' --- src/main/resources/i18n/message.properties | 1 - src/main/resources/templates/account/newAccount.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/resources/i18n/message.properties b/src/main/resources/i18n/message.properties index 51565ac..b39ad02 100644 --- a/src/main/resources/i18n/message.properties +++ b/src/main/resources/i18n/message.properties @@ -122,7 +122,6 @@ financer.heading.recurring-to-transaction-with-amount=financer\: create transact financer.error-message.UNKNOWN_ERROR=An unknown error occurred! financer.error-message.INVALID_ACCOUNT_TYPE=The selected account type is not valid! -financer.error-message.INVALID_ACCOUNT_KEY=The entered account key is invalid! It has to start with 'accounts.'. financer.error-message.FROM_ACCOUNT_NOT_FOUND=The specified from account has not been found! financer.error-message.TO_ACCOUNT_NOT_FOUND=The specified to account has not been found! financer.error-message.FROM_AND_TO_ACCOUNT_NOT_FOUND=Neither from nor to have not been found! diff --git a/src/main/resources/templates/account/newAccount.html b/src/main/resources/templates/account/newAccount.html index 6534c6c..e26e3c4 100644 --- a/src/main/resources/templates/account/newAccount.html +++ b/src/main/resources/templates/account/newAccount.html @@ -11,7 +11,7 @@