Skip to content
Open
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 apps/frontend/i18n/cn/messages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<target>搜索</target>
</trans-unit>
<trans-unit id="12">
<source>Matches in Progress / Upcomming Matches</source>
<source>Matches in Progress / Upcoming Matches</source>
<target>正在进行/即将举行的比赛</target>
</trans-unit>
<trans-unit id="13">
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/i18n/en/messages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<target/>
</trans-unit>
<trans-unit id="12">
<source>Matches in Progress / Upcomming Matches</source>
<source>Matches in Progress / Upcoming Matches</source>
<target/>
</trans-unit>
<trans-unit id="13">
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/modules/main/templates/indexSuccess.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function() {
</ul>
</div>
</div>
<h5 style="display:inline;"><?php echo ucfirst(__("Matches in Progress / Upcomming Matches")); ?></h5><div id="switch" style="float:right; display:inline;"></div><div style="float:right; display:inline; padding-right:5px;"><b><?php echo __("Display Scores"); ?></b></div>
<h5 style="display:inline;"><?php echo ucfirst(__("Matches in Progress / Upcoming Matches")); ?></h5><div id="switch" style="float:right; display:inline;"></div><div style="float:right; display:inline; padding-right:5px;"><b><?php echo __("Display Scores"); ?></b></div>
<div id=""><b><?php echo __("Live Refresh"); ?>:</b>
<?php echo image_tag("/images/refreshOnline.png", "id='refreshOnline' style='display:none;'"); ?>
<?php echo image_tag("/images/refreshOffline.png", "id='refreshOffline' style='display:none;'"); ?>
Expand Down