diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 85ce2a8445..6a04f387ec 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -111,7 +111,7 @@ return [ 'user_id_is' => 'Your user id is :user', 'field_supports_markdown' => 'This field supports Markdown.', 'need_more_help' => 'If you need more help using Firefly III, please open a ticket on Github.', - 'reenable_intro_text' => 'You can also reenable the introduction guidance.', + 'reenable_intro_text' => 'You can also re-enable the introduction guidance.', 'intro_boxes_after_refresh' => 'The introduction boxes will reappear when you refresh the page.', 'show_all_no_filter' => 'Show all transactions without grouping them by date.', 'expenses_by_category' => 'Expenses by category', @@ -254,7 +254,7 @@ return [ 'search_modifier_before' => 'Transaction date is before :value', 'search_modifier_after' => 'Transaction date is after :value', 'modifiers_applies_are' => 'The following modifiers are applied to the search as well:', - 'general_search_error' => 'An error occured while searching. Please check the log files for more information.', + 'general_search_error' => 'An error occurred while searching. Please check the log files for more information.', 'search_box' => 'Search', 'search_box_intro' => 'Welcome to the search function of Firefly III. Enter your search query in the box. Make sure you check out the help file because the search is pretty advanced.', 'search_error' => 'Error while searching', @@ -1147,7 +1147,7 @@ return [ 'overspent' => 'Overspent', 'left' => 'Left', 'max-amount' => 'Maximum amount', - 'min-amount' => 'Minumum amount', + 'min-amount' => 'Minimum amount', 'journal-amount' => 'Current bill entry', 'name' => 'Name', 'date' => 'Date', @@ -1360,7 +1360,7 @@ return [ 'no_accounts_imperative_liabilities' => 'You don\'t have to use this feature, but it can be useful if you want to keep track of these things.', 'no_accounts_create_liabilities' => 'Create a liability', 'no_budgets_title_default' => 'Let\'s create a budget', - 'no_budgets_intro_default' => 'You have no budgets yet. Budgets are used to organise your expenses into logical groups, which you can give a soft-cap to limit your expenses.', + 'no_budgets_intro_default' => 'You have no budgets yet. Budgets are used to organize your expenses into logical groups, which you can give a soft-cap to limit your expenses.', 'no_budgets_imperative_default' => 'Budgets are the basic tools of financial management. Let\'s create one now:', 'no_budgets_create_default' => 'Create a budget', 'no_categories_title_default' => 'Let\'s create a category!', @@ -1453,7 +1453,7 @@ return [ 'new_recurring_transaction' => 'New recurring transaction', 'help_weekend' => 'What should Firefly III do when the recurring transaction falls on a Saturday or Sunday?', 'do_nothing' => 'Just create the transaction', - 'skip_transaction' => 'Skip the occurence', + 'skip_transaction' => 'Skip the occurrence', 'jump_to_friday' => 'Create the transaction on the previous Friday instead', 'jump_to_monday' => 'Create the transaction on the next Monday instead', 'will_jump_friday' => 'Will be created on Friday instead of the weekends.',