Skip to content

Commit 4f01941

Browse files
authored
oops
1 parent 963e618 commit 4f01941

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Files/Settings.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ static NSString *GetCacheSize() { // YTLite - @dayanch96
183183
NSArray <YTSettingsSectionItem *> *rows = @[
184184
SETTINGS_HEADER,
185185
BASIC_SWITCH(LOC(@"OLED_THEME"), LOC(@"OLED_THEME_DESC"), OLEDTheme),
186-
BASIC_SWITCH(LOC(@"OLED_KEYBOARD_DESC"), LOC(@"OLED_KEYBOARD_DESC"), OLEDKeyboard),
186+
BASIC_SWITCH(LOC(@"OLED_KEYBOARD"), LOC(@"OLED_KEYBOARD_DESC"), OLEDKeyboard),
187187
];
188188
YTSettingsPickerViewController *picker = [[%c(YTSettingsPickerViewController) alloc] initWithNavTitle:LOC(@"APPEARANCE") pickerSectionTitle:nil rows:rows selectedItemIndex:0 parentResponder:[self parentResponder]];
189189
[settingsViewController pushViewController:picker];

0 commit comments

Comments
 (0)