remove period for consistency

This commit is contained in:
Paul Marbach
2025-12-17 17:26:43 -05:00
parent 36bc5535f4
commit 5a1ae834e0
2 changed files with 2 additions and 2 deletions
@@ -74,7 +74,7 @@ export const plugin = new PanelPlugin<Options>(RadialBarPanel)
builder.addRadio({
path: 'endpointMarker',
name: t('radialbar.config.endpoint-marker', 'Endpoint marker'),
description: t('radialbar.config.endpoint-marker-description', 'Glow is only supported in dark mode.'),
description: t('radialbar.config.endpoint-marker-description', 'Glow is only supported in dark mode'),
category,
defaultValue: defaultOptions.endpointMarker,
settings: {
+1 -1
View File
@@ -12463,7 +12463,7 @@
"label": "Effects"
},
"endpoint-marker": "Endpoint marker",
"endpoint-marker-description": "Glow is only supported in dark mode.",
"endpoint-marker-description": "Glow is only supported in dark mode",
"endpoint-marker-glow": "Glow",
"endpoint-marker-none": "None",
"endpoint-marker-point": "Point",