From e7ea0dc8422df3786d106e10b6b7e79cfc4a3983 Mon Sep 17 00:00:00 2001 From: Edwin Date: Sat, 19 Mar 2016 18:45:12 +0100 Subject: [PATCH] Fixed small typo. --- resources/lang/en_US/help.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en_US/help.php b/resources/lang/en_US/help.php index 4f5b30adc1..698ed0ba8d 100644 --- a/resources/lang/en_US/help.php +++ b/resources/lang/en_US/help.php @@ -19,7 +19,7 @@ return [ 'budget-menu-title' => 'Budgets', 'budget-menu-text' => 'Use this page to organise your finances and limit spending.', 'report-menu-title' => 'Reports', - 'report-menu-text' => 'Check this out when you want a solid overview of your fiances.', + 'report-menu-text' => 'Check this out when you want a solid overview of your finances.', 'transaction-menu-title' => 'Transactions', 'transaction-menu-text' => 'All transactions you\'ve created can be found here.', 'option-menu-title' => 'Options',