ソースを参照

Changed "redeems" to "rewards" for the sake of consistency

DeadTOm 5 日 前
コミット
b5e7991489
1 ファイル変更1 行追加1 行削除
  1. 1 1
      ownchatbot/templates/mgmt.html

+ 1 - 1
ownchatbot/templates/mgmt.html

@@ -31,7 +31,7 @@
         <h4>Reward Types:</h4>
         <ul>
 
-            <li><u>Redeems</u> are standard stream point redeems. They get added to the queue for the streamer to fulfill.</li>
+            <li><u>Redeems</u> are standard stream point rewards. They get added to the queue for the streamer to fulfill.</li>
             <li><u>Specials</u> are redeems, but they run system commands and scripts. This enables you to integrate a lot of other fun things, such as letting your viewers control lighting, activate devices, trigger webhooks, etc. Specials do not go into the queue, because they happen automagically.</li>
               <ul>
                 <li>Be careful with this one. It does require some more advanced scripting/command line knowledge. Make sure you test your specials before letting viewers use them.</li>