Преглед на файлове

Specified external URL for Owncast URL

deadtom преди 2 седмици
родител
ревизия
5edb5ea4ca
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      ownchatbot/templates/mgmt.html

+ 1 - 1
ownchatbot/templates/mgmt.html

@@ -296,7 +296,7 @@
                     <tr>
                         <td> <label for="owncast_url">Your Owncast URL:</label> </td>
                         <td> <input type="text" name="owncast_url" value="{{ settings_info[6] }}" size="40"> </td>
-                        <td>The address of your Owncast instance. Can be an internal address, such as "localhost" if that's the case.</td>
+                        <td>The external URL of your Owncast instance, with "http://" or "https://".</td>
                     </tr>
                 </table>