diff --git a/files/app/main/tools/e/wifisignal.ut b/files/app/main/tools/e/wifisignal.ut index 62af1874..9e3834b0 100755 --- a/files/app/main/tools/e/wifisignal.ut +++ b/files/app/main/tools/e/wifisignal.ut @@ -207,12 +207,20 @@ for (let i = 0; i < length(stations); i++) { + {% if (!request.mobile) { %} {{_H("This tool helps to align the node's antenna with its neighbors for the best signal strength. The indicator on the left shows the current, best, and worst signal strengths for the local and remote ends of a connection. The graph on the right show the history of the most recent local and remote signal strengths. The local and remote signal strengths are shown when a specific neighbor is selected. Otherwise only the local average signal strength of all currently visible nodes is shown.

A sound indicator is also provided which is useful when aligning antennas without looking at this display.")}} + {% } else { %} + {{_H("This tool helps to align the node's antenna with its neighbors for the best signal strength. The indicator shows the + current, best, and worst signal strengths for the local and remote ends of a connection. + The local and remote signal strengths are shown when a specific neighbor is selected. + Otherwise only the local average signal strength of all currently visible nodes is shown.

A sound indicator is also + provided which is useful when aligning antennas without looking at this display.")}} + {% } %} {{_R("tool-footer")}}