diff --git a/src/components/dialogs/message_dialogs.rs b/src/components/dialogs/message_dialogs.rs index bea05bbf..b21545c5 100644 --- a/src/components/dialogs/message_dialogs.rs +++ b/src/components/dialogs/message_dialogs.rs @@ -456,7 +456,7 @@ pub(crate) async fn confirm_set_room_member_power_level_same_as_own_dialog( pub(crate) async fn confirm_own_demotion_dialog(parent: &impl IsA) -> bool { let heading = gettext("Demote Yourself?"); let body = gettext( - "Are you sure you want to lower you power level? You will need to ask another member with a higher power level to undo this.", + "Are you sure you want to lower your power level? You will need to ask another member with a higher power level to undo this.", ); // Ask for confirmation.