Skip to content

Commit

Permalink
fix #9
Browse files Browse the repository at this point in the history
  • Loading branch information
deleolajide committed Mar 12, 2024
1 parent a70e6e4 commit 08b20dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/i18n/pionturn_i18n.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugin.title=PION TURN/STUN Server
plugin.title.description=Pion TURN/STUN Server for Openfire
config.page.settings=Pion Turn/Stun
config.page.settings.description=PionTurn Settings
config.page.configuration.secret=Shared Secret
config.page.configuration.secret=Ephemeral Secret
config.page.configuration.port=Port
config.page.configuration.min.port=UDP Port Range Min
config.page.configuration.max.port=UDP Port Range Max
Expand Down
2 changes: 1 addition & 1 deletion src/web/pionturn.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<td align="left" width="150">
<fmt:message key="config.page.configuration.secret"/>
</td>
<td><input type="text" size="50" maxlength="100" name="secret" value="<%= JiveGlobals.getProperty("pionturn.secret", "") %>">
<td><input type="password" size="50" maxlength="100" name="secret" value="<%= JiveGlobals.getProperty("pionturn.secret", "") %>">
</td>
</tr>
<tr>
Expand Down

0 comments on commit 08b20dd

Please sign in to comment.