Skip to content

Commit c509bf0

Browse files
committed
additional help link in wake-word settings
1 parent c161961 commit c509bf0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

www/scripts/sepiaFW.wakeWordSettings.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,11 @@ function sepiaFW_build_wake_word_settings() {
136136
});
137137

138138
if (!SepiaFW.ui.isSecureContext){
139-
WakeWordSettings.debugLog("Please note: The browser thinks your page origin is NOT secure! Speech recognition might not work properly.", true);
139+
WakeWordSettings.debugLog(
140+
"Please note: The browser thinks your page origin is NOT secure! Speech recognition might not work properly."
141+
+ " - <a href='https://github.com/SEPIA-Framework/sepia-docs/wiki/SSL-for-your-Server' target=_blank style='color: inherit;'>"
142+
+ SepiaFW.local.g('help') + "!</a>",
143+
true);
140144
}
141145
}
142146

0 commit comments

Comments
 (0)