Skip to content

Commit

Permalink
imp - Removed extra single quote from quota settings
Browse files Browse the repository at this point in the history
---

We've removed an extra single quote from the quota settings.

---

Type: imp
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Feb 23, 2024
1 parent 2b72844 commit d891fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/Nitrocid/Resources/Settings/SettingsEntries.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
"Name": "Debug quota line count",
"Type": "SInt",
"Variable": "DebugQuotaLines",
"Description": "How many lines to print to the debug buffer before reaching the quota limit? Please note that it doesn't represent how many lines are in the debug log files.'"
"Description": "How many lines to print to the debug buffer before reaching the quota limit? Please note that it doesn't represent how many lines are in the debug log files."
},
{
"Name": "Use system time zone",
Expand Down

0 comments on commit d891fa8

Please sign in to comment.