bfg-common 1.4.295 → 1.4.296

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2759,6 +2759,6 @@
2759
2759
  "noClosedSessions": "There are currently no closed sessions available.",
2760
2760
  "noSelectedSession": "Please make sure to select a session to view its details.",
2761
2761
  "endTime": "End time",
2762
- "channels": "Channels (${0})"
2762
+ "channels": "Channels ({0})"
2763
2763
  }
2764
2764
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.4.295",
4
+ "version": "1.4.296",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",