Skip to content

Commit 785e962

Browse files
committed
Fix typo
1 parent 4cd7123 commit 785e962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/src/main/kotlin/hu/bme/sch/cmsch/component/app/StylingComponent.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class StylingComponent(
7474

7575
val lightFooterTransparent = SettingProxy(componentSettingService, component,
7676
"lightFooterTransparent", "false", type = SettingType.BOOLEAN,
77-
fieldName = "Footer áttetsző", description = "Ha be van kapcsolva, a navbar áttetsző"
77+
fieldName = "Footer áttetsző", description = "Ha be van kapcsolva, a footer áttetsző"
7878
)
7979

8080
val lightNavbarTransparent = SettingProxy(componentSettingService, component,
@@ -143,7 +143,7 @@ class StylingComponent(
143143

144144
val darkFooterTransparent = SettingProxy(componentSettingService, component,
145145
"darkFooterTransparent", "false", type = SettingType.BOOLEAN,
146-
fieldName = "Footer áttetsző", description = "Ha be van kapcsolva, a navbar áttetsző"
146+
fieldName = "Footer áttetsző", description = "Ha be van kapcsolva, a footer áttetsző"
147147
)
148148

149149
val darkNavbarTransparent = SettingProxy(componentSettingService, component,

0 commit comments

Comments
 (0)