Fix a small typo

visiable -> visible (typo)
be -> become (better in the context of change)
This commit is contained in:
Torsten Stöter 2024-11-13 14:45:46 +01:00 committed by Ralf Becker
parent f05c0880c0
commit 135567ac30

View File

@ -204,7 +204,7 @@ function run_command(admin_cmd $cmd)
} }
else else
{ {
error_log('You might need to clear the cache for changes to be visiable: Admin >> Clear cache!'); error_log('You might need to clear the cache for changes to become visible: Admin >> Clear cache!');
} }
} }
} }