Use locale strings

This commit is contained in:
Vortrex
2022-04-12 09:00:29 -05:00
parent c91944e36a
commit dcc051b67e
8 changed files with 32 additions and 13 deletions

View File

@@ -2149,7 +2149,7 @@ function reloadAllBusinessesCommand(command, params, client) {
setAllBusinessIndexes();
cacheAllBusinessItems();
announceAdminAction(`All businesses have been reloaded by an admin!`);
announceAdminAction(`AllBusinessesReloaded`);
}
// ===========================================================================