Add missing contexts for the rest of the settings header and page titles

This commit is contained in:
Joshua Goins
2024-12-04 15:48:43 -05:00
parent b1e54a834c
commit b887519f26
11 changed files with 32 additions and 32 deletions

View File

@@ -15,7 +15,7 @@ FormCard.FormCardPage {
required property NeoChatConnection connection
title: i18nc("@title", "Security & Safety")
title: i18nc("@title:window", "Security & Safety")
header: Kirigami.InlineMessage {
id: banner
@@ -67,7 +67,7 @@ FormCard.FormCardPage {
}
}
FormCard.FormHeader {
title: i18nc("@title", "Encryption")
title: i18nc("@title:group", "Encryption")
visible: Controller.csSupported
}
FormCard.FormCard {