Migrate to new AccountManagementView conception

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2024-05-22 17:25:06 -04:00
committed by William Casarin
parent 2ca47edf4d
commit f489ed3b9e
8 changed files with 150 additions and 94 deletions

View File

@@ -12,7 +12,7 @@ pub enum GlobalPopupType {
AccountManagement,
}
static ACCOUNT_MANAGEMENT_TITLE: &str = "Account Management";
static ACCOUNT_MANAGEMENT_TITLE: &str = "Manage accounts";
impl GlobalPopupType {
pub fn title(&self) -> &'static str {