Update ColourOptionsController.m

This commit is contained in:
arichornlover 2024-01-11 19:11:37 -06:00 committed by GitHub
parent 9f3da12e1c
commit ea9cb70c05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
[super loadView];
[self coloursView];
self.title = LOC(@"Theme Custom Color");
self.title = @"Theme Custom Color";
UIBarButtonItem *closeButton = [[UIBarButtonItem alloc] initWithTitle:@"Close" style:UIBarButtonItemStylePlain target:self action:@selector(close)];
self.navigationItem.rightBarButtonItem = closeButton;