change message for Browse and Feeds input box

pull/42/head
Zlatin Balevsky 2020-03-19 16:39:49 +00:00
parent 31a607ed7d
commit 45659f0dca
3 changed files with 3 additions and 2 deletions

View File

@ -52,6 +52,7 @@ public class Util {
_x("Downloaded Pieces"),
_x("Downloader"),
_x("Downloading"),
_x("Enter a full MuWire id"),
_x("Enter Reason (Optional)"),
_x("ETA"),
_x("Feed configuration for {0}"),

View File

@ -23,7 +23,7 @@ String pagetitle=Util._t("Browse Host");
<aside>
<div class="menubox-divider"></div>
<div class="menubox">
<h2>Browse</h2>
<h2><%=Util._t("Enter a full MuWire id")%></h2>
<form action="/MuWire/Browse" method="post">
<input type="text" name="host">
<input type="hidden" name="action" value="browse">

View File

@ -23,7 +23,7 @@ String pagetitle=Util._t("Feeds");
<aside>
<div class="menubox-divider"></div>
<div class="menubox">
<h2>Browse</h2>
<h2><%=Util._t("Enter a full MuWire id")%></h2>
<form action="/MuWire/Feed" method="post">
<input type="text" name="host">
<input type="hidden" name="action" value="subscribe">