From c3bb69aaed098ece093ec4a3fedc0fe2c7a3ea75 Mon Sep 17 00:00:00 2001 From: Anders Jonsson Date: Thu, 17 Jul 2025 16:30:38 +0200 Subject: [PATCH] message-dialogs: Fix typo --- src/components/dialogs/message_dialogs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.