AssistantNMS / AssistantNMS/App
๐ Bug Report: Item description mismatch with game files
- Dominant language
- Dart
- Stars
- 50
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
### ๐ Describe the bug
On Rebuilt Exosuit Module there is a comma in the game, but not in the app.
Maybe the regex is too greedy.
### ๐ To Reproduce
1. Go to Rebuilt Exosuit Module
2. See second part of description
3. See "Autophage " with a trailing space
4. Look up description language key in the files
5. See `Autophage<>,` with a trailing comma
6. -> Comma is missing in app
### ๐ Expected behavior
The app should reflect the game.
### ๐ฑ Where did you find this problem?
Android, WebApp
### ๐ชต Logs
_No response_
### ๐ Have you checked if this bug report has been created already?
- [X] I checked and couldn't find similar issue
### ๐ข Have you read the Code of Conduct?
- [X] I have read the [Code of Conduct](https://github.com/AssistantNMS/App/blob/main/.github/CODE_OF_CONDUCT.md)
### Are you willing to submit PR?
None
Contributor guide
Assessment
This issue has not been assessed yet.