Update ColourOptionsController2.m

This commit is contained in:
arichornlover 2024-01-11 19:11:51 -06:00 committed by GitHub
parent ea9cb70c05
commit 0d23938396
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(@"Custom Text/Etc. Color");
self.title = @"Custom Text/Etc. Color";
UIBarButtonItem *closeButton = [[UIBarButtonItem alloc] initWithTitle:@"Close" style:UIBarButtonItemStylePlain target:self action:@selector(close)];
self.navigationItem.rightBarButtonItem = closeButton;