Rename string change option to more fitting name.

This commit is contained in:
Ajay Ramachandran
2020-02-08 21:42:15 -05:00
parent cfe91f6280
commit be6cd62fbe
3 changed files with 28 additions and 35 deletions

View File

@@ -76,7 +76,7 @@ body {
color: white;
}
.string-container {
.text-label-container {
font-size: 14px;
color: white;
}

View File

@@ -248,7 +248,7 @@
<br/>
<br/>
<div option-type="text-change" sync-option="userID" confirm-message="userIDChangeWarning">
<div option-type="private-text-change" sync-option="userID" confirm-message="userIDChangeWarning">
<div class="option-button trigger-button">
__MSG_changeUserID__
</div>
@@ -274,13 +274,15 @@
<br/>
<br/>
<div option-type="string-change" sync-option="serverAddress">
<label class="string-container">
<div option-type="text-change" sync-option="serverAddress">
<label class="text-label-container">
<div>__MSG_customServerAddress__</div>
<input class="option-text-box" type="text">
<input class="option-text-box" type="text">
</label>
<div class="option-button custom-server-address-button inline">
__MSG_saveCustomServerAddress__
<div class="option-button text-change-set inline">
__MSG_saveCustomServerAddress__
</div>
<br/>