Update translation keys and clean scripts
This commit updates translation keys across multiple components, changing the connector from dot to colon. Additionally, the clean scripts in the README.md have been corrected to `pnpm run clean:workspaces` and `pnpm run clean` from their previous erroneous state.
This commit is contained in:
@@ -399,8 +399,8 @@ You can do so from Settings->Authentication->SMTP Settings.
|
||||
When you update the repository - I found it best to clear the workspaces and reinstall the dependencies.
|
||||
|
||||
```bash
|
||||
pnpm run clear:workspaces
|
||||
pnpm run clear
|
||||
pnpm run clean:workspaces
|
||||
pnpm run clean
|
||||
```
|
||||
|
||||
Then, reinstall the dependencies:
|
||||
|
||||
Reference in New Issue
Block a user