1diff --git a/samba/filepropertiesplugin/qml/MissingSambaPage.qml b/samba/filepropertiesplugin/qml/MissingSambaPage.qml
2index 4419b25..f16e70b 100644
3--- a/samba/filepropertiesplugin/qml/MissingSambaPage.qml
4+++ b/samba/filepropertiesplugin/qml/MissingSambaPage.qml
5@@ -17,7 +17,7 @@ Item {
6 icon.name: "dialog-error"
7
8 text: xi18nc("@info", "File sharing service unavailable")
9- explanation: i18n("Please ensure the Samba service is enabled and running.\nIf you haven't disabled it manually, consider reporting a bug to your distribution.")
10+ explanation: i18n("Please enable the `services.samba.enable` and `services.samba.usershares.enable` options in your NixOS configuration.")
11
12 helpfulAction: Kirigami.Action {
13 icon.name: "mail-message-new"