From 47e866bd0ffac77ccfc49ecf849d7cd3198925ce Mon Sep 17 00:00:00 2001 From: Anonymoussaurus <50231698+AnonymousWP@users.noreply.github.com> Date: Mon, 1 Apr 2024 17:55:09 +0200 Subject: [PATCH] style: don't capitalise wording 'About' screen --- src/gui/views/about.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/views/about.rs b/src/gui/views/about.rs index eba8608..d5f770f 100644 --- a/src/gui/views/about.rs +++ b/src/gui/views/about.rs @@ -28,7 +28,7 @@ impl About { } pub fn view(&self, update_state: &UpdateState) -> Element { let about_text = text( - "Universal Android Debloater Next Generation (UAD-ng) is a Free and Open-Source community project aiming at simplifying \ + "Universal Android Debloater Next Generation (UAD-ng) is a free and open-source community project aiming at simplifying \ the removal of pre-installed apps on any Android device.", );