Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix typo in en/base.php #3047

Merged
merged 1 commit into from
Jul 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/resources/lang/en/base.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
'password_empty' => 'Make sure both password fields are filled out.',
'password_updated' => 'Password updated.',
'account_updated' => 'Account updated successfully.',
'unknown_error' => 'An unknown error has occured. Please try again.',
'unknown_error' => 'An unknown error has occurred. Please try again.',
'error_saving' => 'Error while saving. Please try again.',
'welcome' => 'Welcome!',
'use_sidebar' => 'Use the sidebar to the left to create, edit or delete content.',
Expand Down