Skip to content

account: Fix minor typo in panic messages

Xiang Fan requested to merge sfanxiang/fractal:account-typo into master

account_settings_advanced_delete => account_settings_delete

account_settings_advanced_advanced => account_settings_advanced

In the future I think we should definitely refactor the .get_object::<T>("id").expect("Can't find id in ui file.") part info a separate function. (Should I do that?)

Merge request reports