Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/Styles/xb3/jst/index.jst
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ if($webuiIsEnabled == "false"){
<input type="submit" class="btn" value="Login" />
</div>
<?% if((!$isMSO) && (strpos($partnerId, "sky-") === false)){ ?>
<p id="index_helptext">Tip: The default password is printed on the bottom or back of your router - use this if you haven’t already changed .</
<p id="index_helptext_tip">Tip: The default password is printed on the bottom or back of your router - use this if you haven’t already changed .</
<?% } ?>
<input type="hidden" name="locale" id="locale" value="<?% echo($locale); ?>">
</form>
Expand Down
2 changes: 1 addition & 1 deletion source/Styles/xb6/jst/index.jst
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ if($webuiIsEnabled == "false"){
<input type="submit" class="btn" value="Login" />
</div>
<?% if((!$isMSO) && (strpos($partnerId, "sky-") === false)){ ?>
<p id="index_helptext">Tip: The default password is printed on the bottom or back of your router - use this if you haven’t already changed .</
<p id="index_helptext_tip">Tip: The default password is printed on the bottom or back of your router - use this if you haven’t already changed .</
<?% } ?>
<input type="hidden" name="locale" id="locale" value="<?% echo($locale); ?>">
</form>
Expand Down